freebsd-ports/editors/openoffice.org-3-RC/files/patch-vcl+unx+source+gdi+gcach_xpeer.hxx
Martin Blapp 19599e5a4a Update to cws_srx644_ooo11beta. It still doesn't build but this commit will help
to track the things down.

There are known problems with weak symbols and exceptions. Some c++ tools
inside the port will fail if you try to compile.

The cpp_uno bridge has been updated to the latest linux version available.
Added 'make update' target to upgrade the source to the latest version.

Approved by:	kris (portmgr)
2003-03-12 01:04:08 +00:00

11 lines
322 B
C++

--- ../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