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


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

    r3372 r3375  
    3737struct roar_x11_connection * roar_x11_connect(char * display) { 
    3838#ifdef ROAR_HAVE_LIBX11 
     39 struct roar_libroar_config * config = roar_libroar_get_config(); 
    3940 struct roar_x11_connection * con; 
     41 
     42 if ( display == NULL ) 
     43  display = config->x11.display; 
    4044 
    4145 if ( (con = roar_mm_malloc(sizeof(struct roar_x11_connection))) == NULL ) 
Note: See TracChangeset for help on using the changeset viewer.