[Mplayer-cvslog] CVS: main/libvo x11_common.c,1.32,1.33 x11_common.h,1.8,1.9

Zoltan Ponekker pontscho at mplayer.dev.hu
Wed Aug 29 17:06:17 CEST 2001


Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv29705/libvo

Modified Files:
	x11_common.c x11_common.h 
Log Message:
add half gui support

Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- x11_common.c	28 Aug 2001 17:52:20 -0000	1.32
+++ x11_common.c	29 Aug 2001 15:06:02 -0000	1.33
@@ -328,6 +328,9 @@
    vo_window=w; vo_gc=g;
    vo_xeventhandling=0;
  }
+ void vo_setwindowsize( int w,int h ) {
+    vo_dwidth=w; vo_dheight=h;
+ }
 #endif
 
 int vo_x11_check_events(Display *mydisplay){

Index: x11_common.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- x11_common.h	27 Aug 2001 23:56:44 -0000	1.8
+++ x11_common.h	29 Aug 2001 15:06:02 -0000	1.9
@@ -24,6 +24,7 @@
  extern Window    vo_window;
  extern GC        vo_gc;
  extern void vo_setwindow( Window w,GC g );
+ extern void vo_setwindowsize( int w,int h );
  extern int       vo_xeventhandling;
  extern int       vo_expose;
  extern int       vo_resize;




More information about the MPlayer-cvslog mailing list