diff options
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); |