comparison libvo/x11_common.h @ 723:c3e0bdb64027

add gui support
author pontscho
date Tue, 08 May 2001 12:17:03 +0000
parents 9ff4d45e8cdf
children db06ae8967eb
comparison
equal deleted inserted replaced
722:b570318ac2f4 723:c3e0bdb64027
11 int vo_hidecursor ( Display* , Window ); 11 int vo_hidecursor ( Display* , Window );
12 void vo_x11_decoration( Display * vo_Display,Window w,int d ); 12 void vo_x11_decoration( Display * vo_Display,Window w,int d );
13 int vo_x11_check_events(Display *mydisplay); 13 int vo_x11_check_events(Display *mydisplay);
14 #endif 14 #endif
15 15
16 #ifdef HAVE_GUI
17 extern Window vo_window;
18 extern Display * vo_display;
19 extern GC vo_gc;
20 extern int vo_xeventhandling;
21 extern int vo_expose;
22 extern int vo_resize;
23
24 extern void vo_setwindow( Window w,GC g );
25 #endif
26
16 void saver_off( Display * ); 27 void saver_off( Display * );
17 void saver_on( Display * ); 28 void saver_on( Display * );