diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-17 13:23:45 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-17 13:23:45 +0000 |
commit | 82eefdc306721730f5fd0c69d2bc270627a4229a (patch) | |
tree | ee42a31f6c179cfe246038360c854fe134f58034 /x11-themes/baghira/files | |
parent | Stable on hppa (bug #125810). (diff) | |
download | gentoo-2-82eefdc306721730f5fd0c69d2bc270627a4229a.tar.gz gentoo-2-82eefdc306721730f5fd0c69d2bc270627a4229a.tar.bz2 gentoo-2-82eefdc306721730f5fd0c69d2bc270627a4229a.zip |
Add patch to build with GCC 4.1, provided by Matteo Azzali in bug #126513.
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'x11-themes/baghira/files')
-rw-r--r-- | x11-themes/baghira/files/baghira-0.7-gcc41.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-themes/baghira/files/baghira-0.7-gcc41.patch b/x11-themes/baghira/files/baghira-0.7-gcc41.patch new file mode 100644 index 000000000000..96a97d8b1d00 --- /dev/null +++ b/x11-themes/baghira/files/baghira-0.7-gcc41.patch @@ -0,0 +1,13 @@ +--- deco/baghiraclient.h.orig 2006-03-17 12:49:33.000000000 +0100 ++++ deco/baghiraclient.h 2006-03-17 12:52:47.000000000 +0100 +@@ -159,8 +159,8 @@ + virtual KDecoration *createDecoration(KDecorationBridge *b); + virtual bool reset(unsigned long changed); + virtual QValueList<BorderSize> borderSizes() const; +- static QPixmap &BaghiraFactory::ButtonPixmap(Baghira::WindowState wState, Baghira::ButtonType type, Baghira::ButtonState state, int current, bool small); +- QImage* BaghiraFactory::DecoImage(QPixmap *pix, int x, int y, int width, int height); ++ static QPixmap &ButtonPixmap(Baghira::WindowState wState, Baghira::ButtonType type, Baghira::ButtonState state, int current, bool small); ++ QImage* DecoImage(QPixmap *pix, int x, int y, int width, int height); + + static QBitmap helpMask, jaguarDownMask, jaguarMenuDownMask, + jaguarMenuMask, jaguarMask, milkMenuDownMask, |