diff options
author | Sebastian Geerken <devnull@localhost> | 2013-12-09 14:16:01 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-12-09 14:16:01 +0100 |
commit | 6c7572f8bd23064f96ba716e1ba8ba8a34847001 (patch) | |
tree | 9990448e5bd7b7be13603e7a99bfd30ff411e939 /src/dillo.cc | |
parent | 5856a620dd96e458b4018bd9d65e28cdbc9907cf (diff) |
Activated RTFL again, see <http://www.dillo.org/~sgeerken/rtfl/>.
Diffstat (limited to 'src/dillo.cc')
-rw-r--r-- | src/dillo.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dillo.cc b/src/dillo.cc index e519d4df..2b9f1645 100644 --- a/src/dillo.cc +++ b/src/dillo.cc @@ -53,6 +53,7 @@ #include "domain.h" #include "auth.h" +#include "lout/debug.hh" #include "dw/fltkcore.hh" #include "dw/textblock.hh" @@ -375,6 +376,10 @@ static DilloUrl *makeStartUrl(char *str, bool local) */ int main(int argc, char **argv) { + DBG_OBJ_COLOR("#c0ff80", "dw::*"); + DBG_OBJ_COLOR("#c0c0ff", "dw::fltk::*"); + DBG_OBJ_COLOR("#ffa0a0", "dw::core::*"); + uint_t opt_id; uint_t options_got = 0; uint32_t xid = 0; |