diff options
author | fluxgen <fluxgen> | 2002-10-23 17:32:30 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-10-23 17:32:30 (GMT) |
commit | a1a01de8f92098ec1cc23f46188a4c4c9b752200 (patch) | |
tree | cce3084243d7f423a2250e539fb6a87bc974d4f0 /src/fluxbox.hh | |
parent | ac00b050de43727a0e1f7d94eed0e17e72830590 (diff) | |
download | fluxbox-a1a01de8f92098ec1cc23f46188a4c4c9b752200.zip fluxbox-a1a01de8f92098ec1cc23f46188a4c4c9b752200.tar.bz2 |
removed obsolete NEWWMSPEC
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index b7852f1..e0973c3 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: fluxbox.hh,v 1.31 2002/10/19 14:15:07 fluxgen Exp $ | 25 | // $Id: fluxbox.hh,v 1.32 2002/10/23 17:32:30 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -222,11 +222,6 @@ private: | |||
222 | void handleKeyEvent(XKeyEvent &ke); | 222 | void handleKeyEvent(XKeyEvent &ke); |
223 | void doWindowAction(Keys::KeyAction action, const int param); | 223 | void doWindowAction(Keys::KeyAction action, const int param); |
224 | 224 | ||
225 | #ifdef NEWWMSPEC | ||
226 | bool checkNETWMAtoms(XClientMessageEvent &ce); | ||
227 | #endif | ||
228 | |||
229 | |||
230 | ResourceManager m_resourcemanager, m_screen_rm; | 225 | ResourceManager m_resourcemanager, m_screen_rm; |
231 | 226 | ||
232 | //--- Resources | 227 | //--- Resources |