Changeset 3491:babffbc52d06 in roaraudio


Ignore:
Timestamp:
02/14/10 18:23:56 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use void as Display on non X11 systems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarpulse/x11.c

    r3488 r3491  
    3838 
    3939#include <libroarpulse/libroarpulse.h> 
     40 
     41#ifndef ROAR_HAVE_LIBX11 
     42typedef void Display; 
     43#endif 
    4044 
    4145void pa_x11_set_prop(Display *d, const char *name, const char *data) { 
Note: See TracChangeset for help on using the changeset viewer.