aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-08-11 14:51:15 (GMT)
committerfluxgen <fluxgen>2003-08-11 14:51:15 (GMT)
commit9814dba88b12aae190a304ae3ab36b43400e4aad (patch)
treed9188ded1714e9383c5fc32f63284e59a30657a4 /src/Ewmh.cc
parent8172608b6f45e03fed44ea62acf6124c7981496c (diff)
downloadfluxbox-9814dba88b12aae190a304ae3ab36b43400e4aad.zip
fluxbox-9814dba88b12aae190a304ae3ab36b43400e4aad.tar.bz2
minor indent stuff
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r--src/Ewmh.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc
index e6a0994..31db7c5 100644
--- a/src/Ewmh.cc
+++ b/src/Ewmh.cc
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Ewmh.cc,v 1.30 2003/07/28 15:06:33 rathnor Exp $ 22// $Id: Ewmh.cc,v 1.31 2003/08/11 14:51:15 fluxgen Exp $
23 23
24#include "Ewmh.hh" 24#include "Ewmh.hh"
25 25
@@ -54,6 +54,7 @@ void Ewmh::initForScreen(BScreen &screen) {
54 0, 0, 5, 5, 0, 0, 0); 54 0, 0, 5, 5, 0, 0, 0);
55 55
56 if (wincheck != None) { 56 if (wincheck != None) {
57 // store the window so we can delete it later
57 m_windows.push_back(wincheck); 58 m_windows.push_back(wincheck);
58 59
59 screen.rootWindow().changeProperty(m_net_supporting_wm_check, XA_WINDOW, 32, 60 screen.rootWindow().changeProperty(m_net_supporting_wm_check, XA_WINDOW, 32,
@@ -375,7 +376,9 @@ bool Ewmh::propertyNotify(WinClient &winclient, Atom the_property) {
375} 376}
376 377
377void Ewmh::createAtoms() { 378void Ewmh::createAtoms() {
379
378 Display *disp = FbTk::App::instance()->display(); 380 Display *disp = FbTk::App::instance()->display();
381
379 m_net_supported = XInternAtom(disp, "_NET_SUPPORTED", False); 382 m_net_supported = XInternAtom(disp, "_NET_SUPPORTED", False);
380 m_net_client_list = XInternAtom(disp, "_NET_CLIENT_LIST", False); 383 m_net_client_list = XInternAtom(disp, "_NET_CLIENT_LIST", False);
381 m_net_client_list_stacking = XInternAtom(disp, "_NET_CLIENT_LIST_STACKING", False); 384 m_net_client_list_stacking = XInternAtom(disp, "_NET_CLIENT_LIST_STACKING", False);