/[rdesktop]/jpeg/rdesktop/trunk/xwin.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /jpeg/rdesktop/trunk/xwin.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1365 by jsorg71, Thu Jan 4 05:39:39 2007 UTC revision 1370 by stargo, Thu Jan 4 23:38:35 2007 UTC
# Line 20  Line 20 
20    
21  #include <X11/Xlib.h>  #include <X11/Xlib.h>
22  #include <X11/Xutil.h>  #include <X11/Xutil.h>
23    #define BOOL XPROTO_BOOL
24    #include <X11/Xproto.h>
25    #undef BOOL
26  #include <unistd.h>  #include <unistd.h>
27  #include <sys/time.h>  #include <sys/time.h>
28  #include <time.h>  #include <time.h>
# Line 28  Line 31 
31  #include "rdesktop.h"  #include "rdesktop.h"
32  #include "xproto.h"  #include "xproto.h"
33    
 /* We can't include Xproto.h because of conflicting defines for BOOL */  
 #define X_ConfigureWindow              12  
   
34  extern int g_width;  extern int g_width;
35  extern int g_height;  extern int g_height;
36  extern int g_xpos;  extern int g_xpos;

Legend:
Removed from v.1365  
changed lines
  Added in v.1370

  ViewVC Help
Powered by ViewVC 1.1.26