diff options
Diffstat (limited to 'plugingui/nativewindow_x11.cc')
-rw-r--r-- | plugingui/nativewindow_x11.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/nativewindow_x11.cc b/plugingui/nativewindow_x11.cc index c7605ef..79349dd 100644 --- a/plugingui/nativewindow_x11.cc +++ b/plugingui/nativewindow_x11.cc @@ -227,6 +227,7 @@ void GUI::NativeWindowX11::redraw() void GUI::NativeWindowX11::setCaption(const std::string &caption) { + XStoreName(gctx->display, xwindow, caption.c_str()); } void GUI::NativeWindowX11::grabMouse(bool grab) |