diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-05 05:58:35 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-05 05:58:35 +0000 |
| commit | 08e42acaadf8868abb94dc75da0daa9c6e4e2d1c (patch) | |
| tree | b174c5af594786bd9dd023936fdb8f4400f8e09d /openbox/prop.c | |
| parent | fde5ca09e9ea7ab08b6dc06723f19bad6d03af22 (diff) | |
animate iconify/reestore. yeah.
Diffstat (limited to 'openbox/prop.c')
| -rw-r--r-- | openbox/prop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/prop.c b/openbox/prop.c index 22519873..e622c7dd 100644 --- a/openbox/prop.c +++ b/openbox/prop.c @@ -85,6 +85,7 @@ void prop_startup() CREATE(net_wm_strut, "_NET_WM_STRUT"); CREATE(net_wm_strut_partial, "_NET_WM_STRUT_PARTIAL"); CREATE(net_wm_icon, "_NET_WM_ICON"); + CREATE(net_wm_icon_geometry, "_NET_WM_ICON_GEOMETRY"); /* CREATE(net_wm_pid, "_NET_WM_PID"); */ CREATE(net_wm_allowed_actions, "_NET_WM_ALLOWED_ACTIONS"); CREATE(net_wm_user_time, "_NET_WM_USER_TIME"); |
