summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-23 09:11:34 +0000
committerDana Jansens <danakj@orodu.net>2003-01-23 09:11:34 +0000
commit73026adf3d0a2939b302b3306d7937e7aa5ba3dd (patch)
treea284b65e695bbd9f9b023f1569be48176e72dcc8
parent18ab2453077197a789448ce692c7e21436cca34b (diff)
put back the background
-rw-r--r--otk/otk_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/otk_test.cc b/otk/otk_test.cc
index 97e6caea..fb4db835 100644
--- a/otk/otk_test.cc
+++ b/otk/otk_test.cc
@@ -15,7 +15,7 @@ int main(int argc, char **argv) {
otk::AppWidget foo(&app);
foo.resize(600, 500);
-// foo.setTexture(app.getStyle()->titlebarFocusBackground());
+ foo.setTexture(app.getStyle()->titlebarFocusBackground());
// foo.setUnfocusTexture(app.getStyle()->titlebarUnfocusBackground());
foo.setBevelWidth(2);