add the kwm_win_icon atom
This commit is contained in:
parent
6354e77144
commit
42fbb46a7f
2 changed files with 4 additions and 0 deletions
|
@ -134,6 +134,8 @@ void Property::initialize()
|
||||||
atoms.kde_net_wm_window_type_override =
|
atoms.kde_net_wm_window_type_override =
|
||||||
create("_KDE_NET_WM_WINDOW_TYPE_OVERRIDE");
|
create("_KDE_NET_WM_WINDOW_TYPE_OVERRIDE");
|
||||||
|
|
||||||
|
atoms.kwm_win_icon = create("KWM_WIN_ICON");
|
||||||
|
|
||||||
atoms.rootpmapid = create("_XROOTPMAP_ID");
|
atoms.rootpmapid = create("_XROOTPMAP_ID");
|
||||||
atoms.esetrootid = create("ESETROOT_PMAP_ID");
|
atoms.esetrootid = create("ESETROOT_PMAP_ID");
|
||||||
|
|
||||||
|
|
|
@ -125,6 +125,8 @@ struct Atoms {
|
||||||
Atom kde_net_wm_system_tray_window_for;
|
Atom kde_net_wm_system_tray_window_for;
|
||||||
Atom kde_net_wm_window_type_override;
|
Atom kde_net_wm_window_type_override;
|
||||||
|
|
||||||
|
Atom kwm_win_icon;
|
||||||
|
|
||||||
Atom rootpmapid;
|
Atom rootpmapid;
|
||||||
Atom esetrootid;
|
Atom esetrootid;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue