]> Dogcows Code - chaz/openbox/blobdiff - src/blackbox.cc
add capability to stick a window from input, and make close buttons work.
[chaz/openbox] / src / blackbox.cc
index 3cc12bc4523e65333d00e6ab719efd728d7b2114..36828f7e5e3ce2927e24bebe5521c2a3731a0a49 100644 (file)
@@ -111,6 +111,7 @@ using std::string;
 #include "Workspace.hh"
 #include "Workspacemenu.hh"
 #include "XAtom.hh"
+#include "Input.hh"
 
 // X event scanner for enter/leave notifies - adapted from twm
 struct scanargs {
@@ -162,6 +163,7 @@ Blackbox::Blackbox(char **m_argv, char *dpy_name, char *rc, char *menu)
   load_rc();
 
   xatom = new XAtom(getXDisplay());
+  input = new BInput(this);
 
   cursor.session = XCreateFontCursor(getXDisplay(), XC_left_ptr);
   cursor.move = XCreateFontCursor(getXDisplay(), XC_fleur);
This page took 0.020703 seconds and 4 git commands to generate.