aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/clementine/files
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2002-05-26 18:41:50 +0800
committertrevor <trevor@FreeBSD.org>2002-05-26 18:41:50 +0800
commitda5f0fd47dba8ed184424833216f217803b50fe3 (patch)
tree1699c77f1bea4396b034d1f7fec3c22b01dbf773 /x11-wm/clementine/files
parent536b18f41cd1006f637f75ab21c86739183bdff1 (diff)
downloadfreebsd-ports-gnome-da5f0fd47dba8ed184424833216f217803b50fe3.tar.gz
freebsd-ports-gnome-da5f0fd47dba8ed184424833216f217803b50fe3.tar.zst
freebsd-ports-gnome-da5f0fd47dba8ed184424833216f217803b50fe3.zip
Update to 0.0.7.
Diffstat (limited to 'x11-wm/clementine/files')
-rw-r--r--x11-wm/clementine/files/patch-windowmanager.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-wm/clementine/files/patch-windowmanager.cpp b/x11-wm/clementine/files/patch-windowmanager.cpp
new file mode 100644
index 000000000000..c1155bec5cf3
--- /dev/null
+++ b/x11-wm/clementine/files/patch-windowmanager.cpp
@@ -0,0 +1,17 @@
+$FreeBSD$
+
+windowmanager.cpp: In method `void WindowManager::takeButtonPress(long unsigned int, unsigned int, bool, int, int)':
+windowmanager.cpp:309: implicit declaration of function `int dumpClients(...)'
+
+--- windowmanager.cpp.orig Sun May 26 01:54:11 2002
++++ windowmanager.cpp Sun May 26 03:34:46 2002
+@@ -306,7 +306,9 @@ void WindowManager::takeButtonPress( Win
+ c->redraw( true );
+ clients.push_back( c );
+ icons.erase( std::find( icons.begin(), icons.end(), c ) );
++#ifdef DEBUG
+ dumpClients();
++#endif
+ } else {
+ if ( menu ) {
+ delete menu;