diff options
author | fluxgen <fluxgen> | 2003-05-13 14:07:24 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-05-13 14:07:24 (GMT) |
commit | f37df2619b4d680b448b7b8e8a3394258e0e6fff (patch) | |
tree | 5ee7bd315d2fc3b93aa2c3e3970276940077c97c | |
parent | ff5f444666948d8fbd345f1b32e7ffd54fecfaeb (diff) | |
download | fluxbox-f37df2619b4d680b448b7b8e8a3394258e0e6fff.zip fluxbox-f37df2619b4d680b448b7b8e8a3394258e0e6fff.tar.bz2 |
minor fix
-rw-r--r-- | src/FbTk/FbWindow.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbTk/FbWindow.cc b/src/FbTk/FbWindow.cc index 603fcd0..14298ef 100644 --- a/src/FbTk/FbWindow.cc +++ b/src/FbTk/FbWindow.cc | |||
@@ -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.cc,v 1.16 2003/05/10 23:11:33 fluxgen Exp $ | 22 | // $Id: FbWindow.cc,v 1.17 2003/05/13 14:07:24 fluxgen Exp $ |
23 | 23 | ||
24 | #include "FbWindow.hh" | 24 | #include "FbWindow.hh" |
25 | #include "EventManager.hh" | 25 | #include "EventManager.hh" |
@@ -70,6 +70,7 @@ FbWindow::FbWindow(const FbWindow &parent, | |||
70 | }; | 70 | }; |
71 | 71 | ||
72 | FbWindow::FbWindow(Window client):m_parent(0), m_window(0), | 72 | FbWindow::FbWindow(Window client):m_parent(0), m_window(0), |
73 | m_screen_num(0), | ||
73 | m_destroy(false) { // don't destroy this window | 74 | m_destroy(false) { // don't destroy this window |
74 | 75 | ||
75 | setNew(client); | 76 | setNew(client); |