diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-23 13:12:35 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-23 13:12:35 +0000 |
commit | a9ef4c9588388a6cbcaacc3ec72672f73d9ac1d9 (patch) | |
tree | b3a286e8a993c51f3886645d1ad0a3c3e2dbc1e0 /x11-wm/clementine/files/patch-windowmanager.cpp | |
parent | - Improve wide character (UTF-8) support, define LICENSE (MIT) (diff) |
- Rename x11-wm/clementine to x11-wm/clementine-wm, so the port is not mixed up with audio/clementine-player which is more widely known as just `clementine'
Notes
Notes:
svn path=/head/; revision=400023
Diffstat (limited to 'x11-wm/clementine/files/patch-windowmanager.cpp')
-rw-r--r-- | x11-wm/clementine/files/patch-windowmanager.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/x11-wm/clementine/files/patch-windowmanager.cpp b/x11-wm/clementine/files/patch-windowmanager.cpp deleted file mode 100644 index 5668b0cce48e..000000000000 --- a/x11-wm/clementine/files/patch-windowmanager.cpp +++ /dev/null @@ -1,15 +0,0 @@ -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; |