aboutsummaryrefslogtreecommitdiff
path: root/src/dillo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dillo.cc')
-rw-r--r--src/dillo.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dillo.cc b/src/dillo.cc
index aef192b8..f8293f0b 100644
--- a/src/dillo.cc
+++ b/src/dillo.cc
@@ -101,6 +101,8 @@ int main(int argc, char **argv)
a_Bw_init();
a_Cookies_init();
+ // Sets WM_CLASS hint on X11
+ fltk::Window::xclass("dillo");
// Create a new UI/bw pair
BrowserWindow *bw = a_UIcmd_browser_window_new(0, 0, NULL);