diff options
author | Erkin Bahceci <erkinbah@gmail.com> | 2009-12-16 07:27:01 -0600 |
---|---|---|
committer | Erkin Bahceci <erkinbah@gmail.com> | 2009-12-16 07:27:01 -0600 |
commit | 6a5a93fe76ea83a9742c61641a028a340648709d (patch) | |
tree | 044ca58d87b20faf46173865947e8194db5951d2 /include | |
parent | b873536fc62e5ad485a46be166614fed0273ed61 (diff) | |
download | zcomp-6a5a93fe76ea83a9742c61641a028a340648709d.tar.gz zcomp-6a5a93fe76ea83a9742c61641a028a340648709d.tar.bz2 |
Add notification for "before map".
Diffstat (limited to 'include')
-rw-r--r-- | include/core/window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/core/window.h b/include/core/window.h index 7983c03..dc7ed30 100644 --- a/include/core/window.h +++ b/include/core/window.h @@ -183,7 +183,8 @@ enum CompWindowNotify { CompWindowNotifyShade, CompWindowNotifyUnshade, CompWindowNotifyEnterShowDesktopMode, - CompWindowNotifyLeaveShowDesktopMode + CompWindowNotifyLeaveShowDesktopMode, + CompWindowNotifyBeforeMap }; struct CompWindowExtents { |