diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/screen.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screen.cc b/src/screen.cc index 1de4f72a..1337038b 100644 --- a/src/screen.cc +++ b/src/screen.cc @@ -89,6 +89,7 @@ Screen::Screen(int screen) } _style.load(sconfig); */ + otk::display->renderControl(_number)->drawRoot(*_style.rootColor()); // set up notification of netwm support changeSupportedAtoms(); |
