diff options
Diffstat (limited to 'app-office/openoffice/files/1.1_rc2/openoffice-xrender.patch')
-rw-r--r-- | app-office/openoffice/files/1.1_rc2/openoffice-xrender.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-office/openoffice/files/1.1_rc2/openoffice-xrender.patch b/app-office/openoffice/files/1.1_rc2/openoffice-xrender.patch new file mode 100644 index 000000000000..0995fc5c204f --- /dev/null +++ b/app-office/openoffice/files/1.1_rc2/openoffice-xrender.patch @@ -0,0 +1,12 @@ +--- ../vcl/unx/source/gdi/gcach_xpeer.hxx.orig Tue Mar 11 16:32:14 2003 ++++ ../vcl/unx/source/gdi/gcach_xpeer.hxx Tue Mar 11 16:32:19 2003 +@@ -65,6 +65,8 @@ + #include <glyphcache.hxx> + + #define Region XLIB_Region ++typedef unsigned long CARD32; ++#define Cursor CARD32 + #include <X11/extensions/Xrender.h> + #undef Region + + |