Changeset 3474:54e193f5d436 in roaraudio


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

test for libX11... not just use it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/roarx11.c

    r3375 r3474  
    107107 
    108108char * roar_x11_get_prop(struct roar_x11_connection * con, const char * key) { 
     109#ifdef ROAR_HAVE_LIBX11 
    109110 unsigned long   nitems; 
    110111 unsigned long   nbytes_after; 
     
    143144 
    144145 return ret; 
     146#else 
     147 return NULL; 
     148#endif 
    145149} 
    146150 
Note: See TracChangeset for help on using the changeset viewer.