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


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
  • libroar/roarx11.c

    r3517 r3627  
    9797} 
    9898 
     99int    roar_x11_flush(struct roar_x11_connection * con) { 
     100#ifdef ROAR_HAVE_LIBX11 
     101 if ( con == NULL ) 
     102  return -1; 
     103 
     104 return XFlush(con->display); 
     105#else 
     106 return -1; 
     107#endif 
     108} 
     109 
    99110int roar_x11_set_prop(struct roar_x11_connection * con, const char * key, const char * val) { 
    100111#ifdef ROAR_HAVE_LIBX11 
Note: See TracChangeset for help on using the changeset viewer.