aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/clementine-wm/files/patch-windowmanager.cpp
blob: 5668b0cce48e7f53b121678ed153dc59a8dff852 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;