|
@@ -340,6 +340,7 @@ x11GraphicsPipe(const std::string &display) :
|
|
|
|
|
|
|
|
// Get some X atom numbers.
|
|
// Get some X atom numbers.
|
|
|
_wm_delete_window = XInternAtom(_display, "WM_DELETE_WINDOW", false);
|
|
_wm_delete_window = XInternAtom(_display, "WM_DELETE_WINDOW", false);
|
|
|
|
|
+ _net_wm_name = XInternAtom(_display, "_NET_WM_NAME", false);
|
|
|
_net_wm_pid = XInternAtom(_display, "_NET_WM_PID", false);
|
|
_net_wm_pid = XInternAtom(_display, "_NET_WM_PID", false);
|
|
|
_net_wm_window_type = XInternAtom(_display, "_NET_WM_WINDOW_TYPE", false);
|
|
_net_wm_window_type = XInternAtom(_display, "_NET_WM_WINDOW_TYPE", false);
|
|
|
_net_wm_window_type_splash = XInternAtom(_display, "_NET_WM_WINDOW_TYPE_SPLASH", false);
|
|
_net_wm_window_type_splash = XInternAtom(_display, "_NET_WM_WINDOW_TYPE_SPLASH", false);
|