]> Dogcows Code - chaz/openbox/blobdiff - otk/otk_test.cc
kill some whitespace
[chaz/openbox] / otk / otk_test.cc
index c36abfd189744914d641d04edccec20a9402c968..f10c4b3bb3651532af1788ea8050ee99828a3148 100644 (file)
@@ -1,8 +1,6 @@
 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
 
-#ifdef HAVE_CONFIG_H
-# include "../config.h"
-#endif
+#include "config.h"
 
 #include "application.hh"
 #include "appwidget.hh"
@@ -27,7 +25,7 @@ int main(int argc, char **argv) {
   lab2.setBorderColor(otk::RenderStyle::style(app.screen())->buttonFocusColor());
   but.setText("Im not the default button...");
   but2.setText("But I AM!!");
-  but2.setDefault(true);
+  but2.setHighlighted(true);
   
 
   foo.show();
This page took 0.025508 seconds and 4 git commands to generate.