diff options
author | Erkin Bahceci <erkinbah@gmail.com> | 2009-04-19 17:59:47 -0500 |
---|---|---|
committer | Erkin Bahceci <erkinbah@gmail.com> | 2009-04-19 17:59:47 -0500 |
commit | 585321b067a271e9c69cd63350c064dd0aac64bb (patch) | |
tree | e18f5ea3169f08b638491a1b64782b213d833f5d /include | |
parent | bb7bf897591dd645b26fde266aa4d07d46b03901 (diff) | |
download | zcomp-585321b067a271e9c69cd63350c064dd0aac64bb.tar.gz zcomp-585321b067a271e9c69cd63350c064dd0aac64bb.tar.bz2 |
Add notifications for (un)minimize, (un)shade, close.
Diffstat (limited to 'include')
-rw-r--r-- | include/core/window.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/core/window.h b/include/core/window.h index 1d2064d..2f65b38 100644 --- a/include/core/window.h +++ b/include/core/window.h @@ -176,7 +176,12 @@ enum CompWindowNotify { CompWindowNotifyFrameUpdate, CompWindowNotifyFocusChange, CompWindowNotifyBeforeUnmap, - CompWindowNotifyBeforeDestroy + CompWindowNotifyBeforeDestroy, + CompWindowNotifyClose, + CompWindowNotifyMinimize, + CompWindowNotifyUnminimize, + CompWindowNotifyShade, + CompWindowNotifyUnshade }; struct CompWindowExtents { |