diff options
| author | Marius Nita <marius@cs.pdx.edu> | 2002-11-16 09:59:37 +0000 |
|---|---|---|
| committer | Marius Nita <marius@cs.pdx.edu> | 2002-11-16 09:59:37 +0000 |
| commit | 6f5e60f0337e60d904a8f549aeaa631afefc8033 (patch) | |
| tree | 2060d3507234f518d6540486e8567cae78036b2c /otk/style.cc | |
| parent | 0680daeef57748af17e0462def4852d408a62eb6 (diff) | |
fixed bugs, got otkapp to select on a fd, modded widget to make use of otkapp, press/release events on buttons
Diffstat (limited to 'otk/style.cc')
| -rw-r--r-- | otk/style.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/otk/style.cc b/otk/style.cc index 6349a6bc..3c40e24b 100644 --- a/otk/style.cc +++ b/otk/style.cc @@ -3,8 +3,9 @@ #endif // HAVE_CONFIG_H #include <assert.h> -#include "display.hh" +#include <iostream> +#include "display.hh" #include "util.hh" #include "style.hh" @@ -256,7 +257,7 @@ BColor Style::readDatabaseColor(const std::string &rname, BFont *Style::readDatabaseFont(const std::string &rbasename, - const Configuration &style) { + const Configuration &style) { std::string fontname; std::string s; |
