From ab2968b3a5d61e2dc6b0a64153a7abb0078ee442 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 24 Jan 2003 00:44:36 +0000 Subject: add an UrgentNotify callback type. fire it when a window becomes "urgent" --- src/python.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/python.hh') 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 }; -- cgit v1.2.3