remove the kde systray hints, add _kde_wm_change_state and _kde_net_wm_frame_strut

This commit is contained in:
Dana Jansens 2003-09-24 17:17:34 +00:00
parent 1aaac3dcf2
commit 847a3ef09a
2 changed files with 5 additions and 7 deletions

View file

@ -140,11 +140,9 @@ void prop_startup()
prop_atoms.net_wm_bottomright = 2;
prop_atoms.net_wm_bottomleft = 3;
CREATE(kde_net_system_tray_windows, "_KDE_NET_SYSTEM_TRAY_WINDOWS");
CREATE(kde_net_wm_system_tray_window_for,
"_KDE_NET_WM_SYSTEM_TRAY_WINDOW_FOR");
CREATE(kde_net_wm_window_type_override,
"_KDE_NET_WM_WINDOW_TYPE_OVERRIDE");
CREATE(kde_net_wm_frame_strut, "_KDE_NET_WM_FRAME_STRUT");
CREATE(kde_wm_change_state, "_KDE_WM_CHANGE_STATE");
CREATE(kde_net_wm_window_type_override,"_KDE_NET_WM_WINDOW_TYPE_OVERRIDE");
CREATE(kwm_win_icon, "KWM_WIN_ICON");

View file

@ -151,8 +151,8 @@ typedef struct Atoms {
/* Extra atoms */
Atom kde_net_system_tray_windows;
Atom kde_net_wm_system_tray_window_for;
Atom kde_net_wm_frame_strut;
Atom kde_wm_change_state;
Atom kde_net_wm_window_type_override;
Atom kwm_win_icon;