diff options
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, |