aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FbWindow.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-05-10 23:11:33 (GMT)
committerfluxgen <fluxgen>2003-05-10 23:11:33 (GMT)
commitc0fa8f2263e8defef0db9c5d4d2d7677dd96cbe3 (patch)
treefabe81392a1925c1d92d52e582f323bfe4e8e33d /src/FbTk/FbWindow.hh
parent39425a676224d14b09d38a95a0e0f12c516c6e8b (diff)
downloadfluxbox-c0fa8f2263e8defef0db9c5d4d2d7677dd96cbe3.zip
fluxbox-c0fa8f2263e8defef0db9c5d4d2d7677dd96cbe3.tar.bz2
minor fix
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-rw-r--r--src/FbTk/FbWindow.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh
index ea79286..68732e8 100644
--- a/src/FbTk/FbWindow.hh
+++ b/src/FbTk/FbWindow.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: FbWindow.hh,v 1.13 2003/05/10 13:24:59 fluxgen Exp $ 22// $Id: FbWindow.hh,v 1.14 2003/05/10 23:11:08 fluxgen Exp $
23 23
24#ifndef FBTK_FBWINDOW_HH 24#ifndef FBTK_FBWINDOW_HH
25#define FBTK_FBWINDOW_HH 25#define FBTK_FBWINDOW_HH
@@ -110,6 +110,9 @@ protected:
110 explicit FbWindow(Window client); 110 explicit FbWindow(Window client);
111 111
112private: 112private:
113 // sets new window and destroys old
114 void setNew(Window win);
115
113 void updateGeometry(); 116 void updateGeometry();
114 void create(Window parent, int x, int y, unsigned int width, unsigned int height, 117 void create(Window parent, int x, int y, unsigned int width, unsigned int height,
115 long eventmask, 118 long eventmask,