remove temp include

This commit is contained in:
Dana Jansens 2002-12-04 08:30:19 +00:00
parent 90ae66cc44
commit 559a0c67a7

View file

@ -16,10 +16,11 @@ extern "C" {
#include "otk/display.hh" #include "otk/display.hh"
#include <string> #include <string>
#include <iostream> // TEMP
namespace ob { namespace ob {
const long OBFrame::event_mask;
OBFrame::OBFrame(OBClient *client, otk::Style *style) OBFrame::OBFrame(OBClient *client, otk::Style *style)
: otk::OtkWidget(Openbox::instance, style), : otk::OtkWidget(Openbox::instance, style),
_client(client), _client(client),
@ -39,6 +40,8 @@ OBFrame::OBFrame(OBClient *client, otk::Style *style)
assert(client); assert(client);
assert(style); assert(style);
XSelectInput(otk::OBDisplay::display, getWindow(), OBFrame::event_mask);
unmanaged(); unmanaged();
_titlebar.unmanaged(); _titlebar.unmanaged();
_button_close.unmanaged(); _button_close.unmanaged();