summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2006-01-12 11:44:09 +0000
committerHanno Böck <hanno@gentoo.org>2006-01-12 11:44:09 +0000
commit34af71c40271ebbef019ef9b6c096a5cb06be49b (patch)
tree95dc6ac4c9d7788bc42bb246b88efb6fee2de6bc /x11-wm/icewm/files
parentVersion bump. (diff)
downloadgentoo-2-34af71c40271ebbef019ef9b6c096a5cb06be49b.tar.gz
gentoo-2-34af71c40271ebbef019ef9b6c096a5cb06be49b.tar.bz2
gentoo-2-34af71c40271ebbef019ef9b6c096a5cb06be49b.zip
icewm gcc41 fix
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-wm/icewm/files')
-rw-r--r--x11-wm/icewm/files/icewm-1.2.23-gcc41.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/x11-wm/icewm/files/icewm-1.2.23-gcc41.patch b/x11-wm/icewm/files/icewm-1.2.23-gcc41.patch
new file mode 100644
index 000000000000..06ac26b88fcd
--- /dev/null
+++ b/x11-wm/icewm/files/icewm-1.2.23-gcc41.patch
@@ -0,0 +1,36 @@
+diff -Naur icewm-1.2.23/src/wmframe.h icewm-1.2.23-gcc41/src/wmframe.h
+--- icewm-1.2.23/src/wmframe.h 2005-08-14 20:33:08.000000000 +0200
++++ icewm-1.2.23-gcc41/src/wmframe.h 2006-01-11 19:50:05.028527250 +0100
+@@ -106,7 +106,7 @@
+ YClientContainer *container() const { return fClientContainer; }
+
+ #ifdef WMSPEC_HINTS
+- void YFrameWindow::startMoveSize(int x, int y,
++ void startMoveSize(int x, int y,
+ int direction);
+ #endif
+
+diff -Naur icewm-1.2.23/src/ypixbuf.h icewm-1.2.23-gcc41/src/ypixbuf.h
+--- icewm-1.2.23/src/ypixbuf.h 2005-08-14 20:33:08.000000000 +0200
++++ icewm-1.2.23-gcc41/src/ypixbuf.h 2006-01-11 19:49:37.310795000 +0100
+@@ -51,7 +51,7 @@
+ #if defined(CONFIG_ANTIALIASING) || defined(CONFIG_IMLIB)
+ static ref<YPixbuf> scale(ref<YPixbuf> source, int const width, int const height);
+ private:
+- YPixbuf::YPixbuf(const ref<YPixbuf> &source,
++ YPixbuf(const ref<YPixbuf> &source,
+ int const width, int const height);
+ public:
+ #endif
+diff -Naur icewm-1.2.23/src/ywindow.h icewm-1.2.23-gcc41/src/ywindow.h
+--- icewm-1.2.23/src/ywindow.h 2005-08-14 20:33:08.000000000 +0200
++++ icewm-1.2.23-gcc41/src/ywindow.h 2006-01-11 19:49:51.663692000 +0100
+@@ -118,7 +118,7 @@
+
+ ref<YPixmap> beginPaint(YRect &r);
+ void endPaint(Graphics &g, ref<YPixmap> pixmap, YRect &r);
+- void YWindow::paintExpose(int ex, int ey, int ew, int eh);
++ void paintExpose(int ex, int ey, int ew, int eh);
+
+ Graphics & getGraphics();
+