]>
Dogcows Code - chaz/openbox/blob - otk/truerendercontrol.hh
f4057355d816a2e39384ea9bb5dc958b8e8d3695
1 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
2 #ifndef __truerendercontrol_hh
3 #define __truerendercontrol_hh
5 #include "rendercontrol.hh"
9 class TrueRenderControl
: public RenderControl
{
11 // the offset of each color in a color mask
17 TrueRenderControl(const ScreenInfo
*screen
);
18 virtual ~TrueRenderControl();
20 virtual void render(::Window w
);
25 #endif // __truerendercontrol_hh
This page took 0.034369 seconds and 4 git commands to generate.