]> git.pld-linux.org Git - packages/OpenCASCADE.git/blame - OpenCASCADE6.3.0-no-bitmaps-icon.patch
- from Debian changelog:
[packages/OpenCASCADE.git] / OpenCASCADE6.3.0-no-bitmaps-icon.patch
CommitLineData
ab499437
TP
1diff -uNr OpenCASCADE6.3.0-old/ros/inc/InterfaceGraphic_X11.hxx OpenCASCADE6.3.0/ros/inc/InterfaceGraphic_X11.hxx
2--- OpenCASCADE6.3.0-old/ros/inc/InterfaceGraphic_X11.hxx 2008-10-02 23:49:55.000000000 +0200
3+++ OpenCASCADE6.3.0/ros/inc/InterfaceGraphic_X11.hxx 2008-10-02 23:51:19.000000000 +0200
4@@ -26,6 +26,7 @@
5 # include <X11/Xutil.h>
6 # include <X11/Xatom.h>
7
8+#if 0
9 # if defined (sun) || defined (SUNOS) || defined (__alpha) || defined (DECOSF1) || defined (sgi) || defined (IRIX) || defined (__hpux)|| defined (HPUX)
10 # ifndef icon_width
11 # include <X11/bitmaps/icon>
12@@ -46,6 +47,7 @@
13 # endif
14
15 # endif /* ULTRIX */
16+#endif
17 # define WINDOW Window
18 # ifndef EXPORT
19 # define EXPORT
20diff -uNr OpenCASCADE6.3.0-old/ros/src/InterfaceGraphic/InterfaceGraphic_X11.hxx OpenCASCADE6.3.0/ros/src/InterfaceGraphic/InterfaceGraphic_X11.hxx
21--- OpenCASCADE6.3.0-old/ros/src/InterfaceGraphic/InterfaceGraphic_X11.hxx 2008-10-02 23:50:04.000000000 +0200
22+++ OpenCASCADE6.3.0/ros/src/InterfaceGraphic/InterfaceGraphic_X11.hxx 2008-10-02 23:51:19.000000000 +0200
23@@ -26,6 +26,7 @@
24 # include <X11/Xutil.h>
25 # include <X11/Xatom.h>
26
27+#if 0
28 # if defined (sun) || defined (SUNOS) || defined (__alpha) || defined (DECOSF1) || defined (sgi) || defined (IRIX) || defined (__hpux)|| defined (HPUX)
29 # ifndef icon_width
30 # include <X11/bitmaps/icon>
31@@ -46,6 +47,7 @@
32 # endif
33
34 # endif /* ULTRIX */
35+#endif
36 # define WINDOW Window
37 # ifndef EXPORT
38 # define EXPORT
This page took 0.06773 seconds and 4 git commands to generate.