Skip to content

Commit

Permalink
#773: we already support above and below window state and manage chan…
Browse files Browse the repository at this point in the history
…ges, so advertise it

git-svn-id: https://xpra.org/svn/Xpra/trunk@8872 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Mar 30, 2015
1 parent 57ce84a commit 78c326c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/xpra/x11/gtk_x11/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,8 @@ class WindowModel(BaseWindowModel):
"_NET_WM_ACTION_MAXIMIZE_HORZ",
"_NET_WM_ACTION_MAXIMIZE_VERT",
"_NET_WM_ACTION_CHANGE_DESKTOP",
#"_NET_WM_ACTION_ABOVE, _NET_WM_ACTION_BELOW
"_NET_WM_ACTION_ABOVE",
"_NET_WM_ACTION_BELOW",
]

__gproperties__ = {
Expand Down

0 comments on commit 78c326c

Please sign in to comment.