X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk%2Fwidget.hh;h=5a40f4e9cc321728c123d8c45ecfc3b2426267df;hb=db23fe0584b9d7ece147ef74c7ad6d45ff7ba6fd;hp=5f1553c3502d3f37499dbf440313c5f108af6766;hpb=70eb03ad50e1a71fd64c8cb1ebabbff311850553;p=chaz%2Fopenbox diff --git a/otk/widget.hh b/otk/widget.hh index 5f1553c3..5a40f4e9 100644 --- a/otk/widget.hh +++ b/otk/widget.hh @@ -6,7 +6,7 @@ #include "texture.hh" #include "style.hh" #include "eventdispatcher.hh" -#include "application.hh" +#include "display.hh" extern "C" { #include @@ -128,14 +128,11 @@ protected: bool _focused; virtual void adjust(void); - -private: - - void create(void); - void adjustHorz(void); - void adjustVert(void); - void internalResize(int width, int height); - void render(void); + virtual void create(void); + virtual void adjustHorz(void); + virtual void adjustVert(void); + virtual void internalResize(int width, int height); + virtual void render(void); Window _window;