X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fopenbox.hh;h=18c0e85c3d1dfddfd82b865fdfef2b44a33dccbb;hb=7df3b620e21777dbefa24f381c1a95fafed1c16e;hp=a257cb243cb49dd52e2e75a98f30dafe1a2f4fbb;hpb=cee305244662d352a7ad5ab7ae22f6221c064d3d;p=chaz%2Fopenbox diff --git a/src/openbox.hh b/src/openbox.hh index a257cb24..18c0e85c 100644 --- a/src/openbox.hh +++ b/src/openbox.hh @@ -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 } @@ -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]; }