diff options
author | Erkin Bahceci <erkinbah@gmail.com> | 2009-07-13 01:51:17 -0500 |
---|---|---|
committer | Erkin Bahceci <erkinbah@gmail.com> | 2009-07-13 01:51:17 -0500 |
commit | cc702274d8e5da0cb606224f4d920d0beef4714c (patch) | |
tree | 40f42eaaaad6075e2b61d666fbb6fb084725ec40 /include | |
parent | 254f87a94af907df630e98535662b762bd4c9ae5 (diff) | |
download | zcomp-cc702274d8e5da0cb606224f4d920d0beef4714c.tar.gz zcomp-cc702274d8e5da0cb606224f4d920d0beef4714c.tar.bz2 |
Add notifications for show desktop mode.
Diffstat (limited to 'include')
-rw-r--r-- | include/core/window.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/core/window.h b/include/core/window.h index fb276e0..9d44717 100644 --- a/include/core/window.h +++ b/include/core/window.h @@ -181,7 +181,9 @@ enum CompWindowNotify { CompWindowNotifyMinimize, CompWindowNotifyUnminimize, CompWindowNotifyShade, - CompWindowNotifyUnshade + CompWindowNotifyUnshade, + CompWindowNotifyEnterShowDesktopMode, + CompWindowNotifyLeaveShowDesktopMode }; struct CompWindowExtents { |