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/FbRootWindow.hh | |
parent | 7380a1f8f2292f0cbc00bdb8d2e7fc0ded84f816 (diff) | |
download | fluxbox_pavel-9bd64010135e26f97fa4d4d551737847fedfbcdd.zip fluxbox_pavel-9bd64010135e26f97fa4d4d551737847fedfbcdd.tar.bz2 |
ignore XRandr events that don't actually change the screen size
Diffstat (limited to 'src/FbRootWindow.hh')
-rw-r--r-- | src/FbRootWindow.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/FbRootWindow.hh b/src/FbRootWindow.hh index 325bab3..34b8219 100644 --- a/src/FbRootWindow.hh +++ b/src/FbRootWindow.hh | |||
@@ -35,7 +35,6 @@ public: | |||
35 | void hide() { } | 35 | void hide() { } |
36 | // we should not assign a new window to this | 36 | // we should not assign a new window to this |
37 | FbTk::FbWindow &operator = (Window win) { return *this; } | 37 | FbTk::FbWindow &operator = (Window win) { return *this; } |
38 | void updateGeometry(); | ||
39 | Visual *visual() const { return m_visual; } | 38 | Visual *visual() const { return m_visual; } |
40 | Colormap colormap() const { return m_colormap; } | 39 | Colormap colormap() const { return m_colormap; } |
41 | 40 | ||