diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-10-15 02:40:33 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-10-15 02:40:33 (GMT) |
commit | 9bd64010135e26f97fa4d4d551737847fedfbcdd (patch) | |
tree | de54d9641c4923b153d3d79ccc25ac414e22574b /src/FbTk/FbWindow.hh | |
parent | 7380a1f8f2292f0cbc00bdb8d2e7fc0ded84f816 (diff) | |
download | fluxbox-9bd64010135e26f97fa4d4d551737847fedfbcdd.zip fluxbox-9bd64010135e26f97fa4d4d551737847fedfbcdd.tar.bz2 |
ignore XRandr events that don't actually change the screen size
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-rw-r--r-- | src/FbTk/FbWindow.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh index a80a5b0..edeffe1 100644 --- a/src/FbTk/FbWindow.hh +++ b/src/FbTk/FbWindow.hh | |||
@@ -199,13 +199,13 @@ public: | |||
199 | 199 | ||
200 | static void updatedAlphaBackground(int screen); | 200 | static void updatedAlphaBackground(int screen); |
201 | 201 | ||
202 | /// updates x,y, width, height and screen num from X window | ||
203 | bool updateGeometry(); | ||
204 | |||
202 | protected: | 205 | protected: |
203 | /// creates a window with x window client (m_window = client) | 206 | /// creates a window with x window client (m_window = client) |
204 | explicit FbWindow(Window client); | 207 | explicit FbWindow(Window client); |
205 | 208 | ||
206 | /// updates x,y, width, height and screen num from X window | ||
207 | void updateGeometry(); | ||
208 | |||
209 | private: | 209 | private: |
210 | /// sets new X window and destroys old | 210 | /// sets new X window and destroys old |
211 | void setNew(Window win); | 211 | void setNew(Window win); |