X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Ftruerendercontrol.hh;h=4012a008532e8aed3db3c5efe4f14c2612f36329;hb=e3eeac5b6eee29009f3417f309a261d43fd39d27;hp=a62715f58194d9e2af33bd7c8ba5723925cae4f7;hpb=24b33ef877808f0af5b967f21c011ab8b314e780;p=chaz%2Fopenbox diff --git a/otk/truerendercontrol.hh b/otk/truerendercontrol.hh index a62715f5..4012a008 100644 --- a/otk/truerendercontrol.hh +++ b/otk/truerendercontrol.hh @@ -17,7 +17,7 @@ public: TrueRenderControl(const ScreenInfo *screen); virtual ~TrueRenderControl(); - virtual void render(::Drawable d) = 0; + virtual void render(Surface *sf); }; }