aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.hh
diff options
context:
space:
mode:
authorHenrik Kinnunen <fluxgen@fluxbox.org>2008-10-16 20:38:42 (GMT)
committerHenrik Kinnunen <fluxgen@fluxbox.org>2008-10-16 20:38:42 (GMT)
commitb9466363b3a231ceb96ae757073f1b5efba5fc94 (patch)
tree363bb79ba2987726c355016ee2611c0f104e3ba3 /src/Ewmh.hh
parent715dc907ae6a4ca65c492f94ce6379f59eff5157 (diff)
downloadfbpager-b9466363b3a231ceb96ae757073f1b5efba5fc94.zip
fbpager-b9466363b3a231ceb96ae757073f1b5efba5fc94.tar.bz2
Fixed so Extended Window Manager Hints actually work, needs more work though.
Diffstat (limited to 'src/Ewmh.hh')
-rw-r--r--src/Ewmh.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Ewmh.hh b/src/Ewmh.hh
index 68c42b2..db1c17f 100644
--- a/src/Ewmh.hh
+++ b/src/Ewmh.hh
@@ -1,6 +1,6 @@
1// Ewmh.hh for FbPager 1// Ewmh.hh for FbPager
2// Copyright (c) 2004 Henrik Kinnunen (fluxgen at users.sourceforge.net) 2// Copyright (c) 2004 Henrik Kinnunen (fluxgen at users.sourceforge.net)
3// 3//
4// Permission is hereby granted, free of charge, to any person obtaining a 4// Permission is hereby granted, free of charge, to any person obtaining a
5// copy of this software and associated documentation files (the "Software"), 5// copy of this software and associated documentation files (the "Software"),
6// to deal in the Software without restriction, including without limitation 6// to deal in the Software without restriction, including without limitation
@@ -46,6 +46,7 @@ public:
46 Orientation orientation, 46 Orientation orientation,
47 Corner starting_corner, 47 Corner starting_corner,
48 unsigned int columns, unsigned int rows); 48 unsigned int columns, unsigned int rows);
49 bool propertyNotify( Pager &pager, XPropertyEvent &event);
49private: 50private:
50 bool m_support; 51 bool m_support;
51 std::auto_ptr<Ewmh_priv> m_data; 52 std::auto_ptr<Ewmh_priv> m_data;