]> Dogcows Code - chaz/openbox/blobdiff - src/frame.cc
resizing works and whatnot
[chaz/openbox] / src / frame.cc
index 979d9575ee2ea2ad81cf3436d9bb2d2230fce826..1ba774269b1faa378e38fcfef019cc28c1bffa2c 100644 (file)
@@ -23,6 +23,7 @@ const long OBFrame::event_mask;
 
 OBFrame::OBFrame(OBClient *client, otk::Style *style)
   : otk::OtkWidget(Openbox::instance, style),
+    OBWidget(Type_Frame),
     _client(client),
     _screen(otk::OBDisplay::screenInfo(client->screen())),
     _plate(this, OBWidget::Type_Plate),
This page took 0.022261 seconds and 4 git commands to generate.