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