Changeset 3627:11f7dace5af0 in roaraudio for include/libroar/roarx11.h


Ignore:
Timestamp:
03/07/10 20:33:05 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_x11_flush()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/roarx11.h

    r3517 r3627  
    6060#define roar_x11_get_display(con) ((con) == NULL ? NULL : (con)->display) 
    6161 
     62int    roar_x11_flush(struct roar_x11_connection * con); 
     63 
    6264int    roar_x11_set_prop(struct roar_x11_connection * con, const char * key, const char * val); 
    6365int    roar_x11_delete_prop(struct roar_x11_connection * con, const char * key); 
Note: See TracChangeset for help on using the changeset viewer.