diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-24 00:44:36 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-24 00:44:36 +0000 |
| commit | ab2968b3a5d61e2dc6b0a64153a7abb0078ee442 (patch) | |
| tree | b2d178ac0ccfc1ae9edf12c653274829560c1d70 /src/python.hh | |
| parent | 39f19f427b68058b00e17ac972c5d9dfbda8c2e0 (diff) | |
add an UrgentNotify callback type. fire it when a window becomes "urgent"
Diffstat (limited to 'src/python.hh')
| -rw-r--r-- | src/python.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python.hh b/src/python.hh index 7cec7667..d8b943e7 100644 --- a/src/python.hh +++ b/src/python.hh @@ -64,6 +64,7 @@ enum EventAction { EventKey, EventFocus, EventBell, + EventUrgentNotify, NUM_EVENTS }; |
