summaryrefslogtreecommitdiff
path: root/x11-wm/clementine/files/patch-windowmanager.cpp
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-05-26 10:41:50 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-05-26 10:41:50 +0000
commitbc0663a6696b423fa0c73bef30d0020835a3aabe (patch)
treeee7243b2124cbc73ed9fef0a7a0ada22bf0874b9 /x11-wm/clementine/files/patch-windowmanager.cpp
parentDrop maintainership. Anyone can take it. (diff)
Update to 0.0.7.
Notes
Notes: svn path=/head/; revision=60017
Diffstat (limited to 'x11-wm/clementine/files/patch-windowmanager.cpp')
-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;