This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch for wincutpaste.c build failure


Patch applies to xc/programs/Xserver/hw/xwin directory.

Adds regionstr.h to wincutpaste.c above miscstruct.h, which now depends upon the former header.

Has no effect on other platforms.

Harold
Index: xwin/win.h
===================================================================
RCS file: /cvs/xc/programs/Xserver/hw/xwin/win.h,v
retrieving revision 1.34
diff -U3 -r1.34 win.h
--- xwin/win.h	2003/02/12 15:01:38	1.34
+++ xwin/win.h	2003/07/25 17:41:59
@@ -144,7 +144,6 @@
 #include "pixmapstr.h"
 #include "pixmap.h"
 #include "region.h"
-#include "regionstr.h"
 #include "gcstruct.h"
 #include "colormap.h"
 #include "colormapst.h"
Index: xwin/wincutpaste.c
===================================================================
RCS file: /cvs/xc/programs/Xserver/hw/xwin/wincutpaste.c,v
retrieving revision 1.2
diff -U3 -r1.2 wincutpaste.c
--- xwin/wincutpaste.c	2001/09/07 08:41:54	1.2
+++ xwin/wincutpaste.c	2003/07/25 17:41:59
@@ -45,6 +45,7 @@
 
 #include "X.h"
 #include "Xos.h"
+#include "regionstr.h"
 #include "miscstruct.h"
 #include "keysym.h"
 #include <X11/Xlib.h>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]