Changeset 3375:9187507cb0dd in roaraudio for include/libroar/roarx11.h


Ignore:
Timestamp:
02/10/10 16:21:28 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support for x11-server in options string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/roarx11.h

    r3372 r3375  
    4949int    roar_x11_disconnect(struct roar_x11_connection * con); 
    5050 
     51#define roar_x11_get_display(con) ((con) == NULL ? NULL : (con)->display) 
     52 
    5153int    roar_x11_set_prop(struct roar_x11_connection * con, const char * key, const char * val); 
    5254int    roar_x11_delete_prop(struct roar_x11_connection * con, const char * key); 
Note: See TracChangeset for help on using the changeset viewer.