aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.hh
diff options
context:
space:
mode:
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;