Changeset 3372:92c4d8a5d8b7 in roaraudio for include


Ignore:
Timestamp:
02/09/10 19:11:30 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

support to read props from X11, use ROAR_SERVER prop to find a roard

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/roarx11.h

    r3371 r3372  
    4747 
    4848struct roar_x11_connection * roar_x11_connect(char * display); 
    49 int roar_x11_disconnect(struct roar_x11_connection * con); 
     49int    roar_x11_disconnect(struct roar_x11_connection * con); 
    5050 
    51 int roar_x11_set_prop(struct roar_x11_connection * con, const char * key, const char * val); 
    52 int roar_x11_delete_prop(struct roar_x11_connection * con, const char * key); 
     51int    roar_x11_set_prop(struct roar_x11_connection * con, const char * key, const char * val); 
     52int    roar_x11_delete_prop(struct roar_x11_connection * con, const char * key); 
     53char * roar_x11_get_prop(struct roar_x11_connection * con, const char * key); 
    5354 
    5455#endif 
Note: See TracChangeset for help on using the changeset viewer.