From a084e737f84b8c0840efdbac13e1af6010f279d9 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Mon, 12 May 2003 04:20:25 +0000 Subject: minor fix so we can force update on geometry in subclasses --- src/FbTk/FbWindow.hh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh index 68732e8..eeb4250 100644 --- a/src/FbTk/FbWindow.hh +++ b/src/FbTk/FbWindow.hh @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: FbWindow.hh,v 1.14 2003/05/10 23:11:08 fluxgen Exp $ +// $Id: FbWindow.hh,v 1.15 2003/05/12 04:20:25 fluxgen Exp $ #ifndef FBTK_FBWINDOW_HH #define FBTK_FBWINDOW_HH @@ -108,12 +108,12 @@ public: protected: /// creates a window with x window client (m_window = client) explicit FbWindow(Window client); - + /// updates x,y, width, height and screen num from X window + void updateGeometry(); private: - // sets new window and destroys old + /// sets new X window and destroys old void setNew(Window win); - - void updateGeometry(); + /// creates a new X window void create(Window parent, int x, int y, unsigned int width, unsigned int height, long eventmask, bool override_redirect, -- cgit v0.11.2