diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-11 00:12:37 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-11 00:12:37 +0000 |
| commit | 35ab1264ee5efe0c0a5458329f4e7d2ebda43b98 (patch) | |
| tree | 7c5842e462fe9764569575dc76dc696bbc331c29 /openbox/prop.h | |
| parent | 8c9b2e8f17d744082eb7f3cd5a4be6e11218ccfa (diff) | |
remove the kde frame extents property, add the _NET_FRAME_EXTENTS property in its stead
Diffstat (limited to 'openbox/prop.h')
| -rw-r--r-- | openbox/prop.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/prop.h b/openbox/prop.h index 051168a5..681b804e 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -92,6 +92,8 @@ typedef struct Atoms { Atom net_wm_icon; /* Atom net_wm_pid; */ Atom net_wm_allowed_actions; + Atom net_frame_extents; + /* application protocols */ /* Atom Atom net_wm_ping; */ @@ -153,7 +155,6 @@ typedef struct Atoms { /* Extra atoms */ - Atom kde_net_wm_frame_strut; Atom kde_wm_change_state; Atom kde_net_wm_window_type_override; |
