From c88e90ee60d6318fd71b3deff3742d9c85bcc1fe Mon Sep 17 00:00:00 2001 From: "Konstantin V. Arkhipov" Date: Tue, 22 Mar 2005 10:34:51 +0000 Subject: fixed bug #86065 (Portage version: 2.0.51.19) --- .../files/baghira-0.6e-drop_resize_handle.patch | 45 ++++++++++++++++++++++ x11-themes/baghira/files/digest-baghira-0.6e-r1 | 1 + 2 files changed, 46 insertions(+) create mode 100644 x11-themes/baghira/files/baghira-0.6e-drop_resize_handle.patch create mode 100644 x11-themes/baghira/files/digest-baghira-0.6e-r1 (limited to 'x11-themes/baghira/files') diff --git a/x11-themes/baghira/files/baghira-0.6e-drop_resize_handle.patch b/x11-themes/baghira/files/baghira-0.6e-drop_resize_handle.patch new file mode 100644 index 000000000000..e989ad7c97ca --- /dev/null +++ b/x11-themes/baghira/files/baghira-0.6e-drop_resize_handle.patch @@ -0,0 +1,45 @@ +--- baghiraclient.h.orig 2005-03-22 13:11:10.174799822 +0300 ++++ baghiraclient.h 2005-03-22 13:11:24.254841399 +0300 +@@ -105,26 +105,6 @@ + + class BaghiraClient; + +-#if KDE_IS_VERSION(3,3,91) +-class ResizeHandle : public QWidget +-{ +-friend class BaghiraClient; +- Q_OBJECT +-public: +- ResizeHandle(BaghiraClient *parent); +-protected: +- virtual void mousePressEvent ( QMouseEvent * ); +- virtual void mouseReleaseEvent ( QMouseEvent * ); +- virtual void paintEvent ( QPaintEvent * ); +- void updateLook(bool rp = FALSE); +-private: +- bool eventFilter(QObject *obj, QEvent *e); +- void shape(); +- BaghiraClient *client; +- QPixmap pix; +-}; +-#endif +- + class DeMaximizer : public QWidget + { + friend class BaghiraClient; +@@ -384,7 +364,6 @@ + class BaghiraClient : public KDecoration + { + friend class BaghiraButton; +-friend class ResizeHandle; + Q_OBJECT + public: + BaghiraClient(KDecorationBridge *b, KDecorationFactory *f); +@@ -457,7 +436,6 @@ + // QWidget *inactiveOverlay; + QHBoxLayout *windowlayout; + int ICONX, ICONY; +- ResizeHandle *grip; + // QSizeGrip *grip; + // KDecorationBridge *myBridge_; + // QImage* ActiveDecoImage_; diff --git a/x11-themes/baghira/files/digest-baghira-0.6e-r1 b/x11-themes/baghira/files/digest-baghira-0.6e-r1 new file mode 100644 index 000000000000..b78604a174ad --- /dev/null +++ b/x11-themes/baghira/files/digest-baghira-0.6e-r1 @@ -0,0 +1 @@ +MD5 987b598c00ba09dad8ff62ea405f9873 baghira-0.6e.tar.bz2 807928 -- cgit v1.2.3-65-gdbad