]>
Dogcows Code - chaz/openbox/blob - otk/rendertest.cc
2 #include "rendercontrol.hh"
3 #include "rendertexture.hh"
8 int main(int argc
, char **argv
)
12 otk::Application
app(argc
, argv
);
13 otk::AppWidget
foo(&app
);
16 otk::RenderColor
color(0, 0x96, 0xba, 0x86);
17 otk::RenderColor
color2(0, 0x5a, 0x72, 0x4c);
18 otk::RenderColor
colord(0, 0, 0, 0);
19 otk::RenderColor
colorl(0, 0xff, 0xff, 0xff);
20 otk::RenderTexture
tex(false,
21 otk::RenderTexture::Raised
,
22 otk::RenderTexture::Bevel1
,
24 otk::RenderTexture::Vertical
,
This page took 0.033263 seconds and 4 git commands to generate.