mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
kwin: remove unused atom
not sure what spec that atom is from anyway, not in the spec at: https://specifications.freedesktop.org/wm-spec/wm-spec-latest.html Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
4dbd193381
commit
70ab393c4a
2 changed files with 0 additions and 4 deletions
|
@ -82,9 +82,6 @@ Atoms::Atoms()
|
||||||
atoms[n] = &net_wm_take_activity;
|
atoms[n] = &net_wm_take_activity;
|
||||||
names[n++] = (char*) "_NET_WM_TAKE_ACTIVITY";
|
names[n++] = (char*) "_NET_WM_TAKE_ACTIVITY";
|
||||||
|
|
||||||
atoms[n] = &net_wm_window_opacity;
|
|
||||||
names[n++] = (char*) "_NET_WM_WINDOW_OPACITY";
|
|
||||||
|
|
||||||
Atom fake;
|
Atom fake;
|
||||||
atoms[n] = &fake;
|
atoms[n] = &fake;
|
||||||
names[n++] = (char *) "_DT_SM_WINDOW_INFO";
|
names[n++] = (char *) "_DT_SM_WINDOW_INFO";
|
||||||
|
|
|
@ -51,7 +51,6 @@ public:
|
||||||
Atom net_wm_user_time;
|
Atom net_wm_user_time;
|
||||||
Atom kde_net_wm_user_creation_time;
|
Atom kde_net_wm_user_creation_time;
|
||||||
Atom net_wm_take_activity;
|
Atom net_wm_take_activity;
|
||||||
Atom net_wm_window_opacity;
|
|
||||||
Atom xdnd_aware;
|
Atom xdnd_aware;
|
||||||
Atom xdnd_position;
|
Atom xdnd_position;
|
||||||
Atom net_frame_extents;
|
Atom net_frame_extents;
|
||||||
|
|
Loading…
Add table
Reference in a new issue