From 6f5e60f0337e60d904a8f549aeaa631afefc8033 Mon Sep 17 00:00:00 2001 From: Marius Nita Date: Sat, 16 Nov 2002 09:59:37 +0000 Subject: fixed bugs, got otkapp to select on a fd, modded widget to make use of otkapp, press/release events on buttons --- otk/style.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'otk/style.cc') 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 -#include "display.hh" +#include +#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; -- cgit v1.2.3