Changeset 3487:be2ecd9ae926 in roaraudio for include/libroar/roarx11.h


Ignore:
Timestamp:
02/14/10 17:48:01 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updated x11 interface a bit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/roarx11.h

    r3375 r3487  
    3838#include "libroar.h" 
    3939 
     40#ifdef ROAR_HAVE_LIBX11 
     41#define _ROAR_X11_DISPLAY Display 
     42#else 
     43#define _ROAR_X11_DISPLAY void 
     44#endif 
     45 
    4046struct roar_x11_connection { 
    4147#ifdef ROAR_HAVE_LIBX11 
     48 int close; 
    4249 Display * display; 
    4350#else 
     
    4754 
    4855struct roar_x11_connection * roar_x11_connect(char * display); 
     56struct roar_x11_connection * roar_x11_connect_display(_ROAR_X11_DISPLAY * display); 
    4957int    roar_x11_disconnect(struct roar_x11_connection * con); 
    5058 
Note: See TracChangeset for help on using the changeset viewer.