diff options
author | jcid <devnull@localhost> | 2008-09-27 15:36:16 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-27 15:36:16 +0200 |
commit | 44d669d639d8999b1302d37227aa349008019b27 (patch) | |
tree | 74bf7176e7e23c53e37dc53ded57ed6aa635eb61 /src/dillo.cc | |
parent | 3858fd4431dd8053789c51e615df0c8c00f3fc1d (diff) |
- Set WM_CLASS="dillo" for X11
- Security fix in a_UIcmd_set_msg.
Diffstat (limited to 'src/dillo.cc')
-rw-r--r-- | src/dillo.cc | 2 |
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); |