]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.hh
use the timer queue manager
[chaz/openbox] / src / openbox.hh
index a257cb243cb49dd52e2e75a98f30dafe1a2f4fbb..18c0e85c3d1dfddfd82b865fdfef2b44a33dccbb 100644 (file)
@@ -6,6 +6,10 @@
   @brief The main class for the Openbox window manager
 */
 
+/*
+  cuz girls look soooo goood.. on the end of my DICK
+*/
+
 extern "C" {
 #include <X11/Xlib.h>
 }
@@ -155,7 +159,7 @@ public:
   inline const otk::OBProperty *property() const { return _property; }
 
   //! Returns a managed screen
-  inline const OBScreen *screen(int num) const {
+  inline OBScreen *screen(int num) {
     assert(num >= 0); assert(num < (signed)_screens.size());
     return _screens[num];
   }
This page took 0.024648 seconds and 4 git commands to generate.