summaryrefslogtreecommitdiff
path: root/src/openbox_wrap.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-24 00:44:36 +0000
committerDana Jansens <danakj@orodu.net>2003-01-24 00:44:36 +0000
commitab2968b3a5d61e2dc6b0a64153a7abb0078ee442 (patch)
treeb2d178ac0ccfc1ae9edf12c653274829560c1d70 /src/openbox_wrap.cc
parent39f19f427b68058b00e17ac972c5d9dfbda8c2e0 (diff)
add an UrgentNotify callback type. fire it when a window becomes "urgent"
Diffstat (limited to 'src/openbox_wrap.cc')
-rw-r--r--src/openbox_wrap.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openbox_wrap.cc b/src/openbox_wrap.cc
index f4fc5783..7473e961 100644
--- a/src/openbox_wrap.cc
+++ b/src/openbox_wrap.cc
@@ -12095,6 +12095,7 @@ static swig_const_info swig_const_table[] = {
{ SWIG_PY_INT, (char *)"EventKey", (long) ob::EventKey, 0, 0, 0},
{ SWIG_PY_INT, (char *)"EventFocus", (long) ob::EventFocus, 0, 0, 0},
{ SWIG_PY_INT, (char *)"EventBell", (long) ob::EventBell, 0, 0, 0},
+{ SWIG_PY_INT, (char *)"EventUrgentNotify", (long) ob::EventUrgentNotify, 0, 0, 0},
{ SWIG_PY_INT, (char *)"NUM_EVENTS", (long) ob::NUM_EVENTS, 0, 0, 0},
{ SWIG_PY_INT, (char *)"X_PROTOCOL", (long) 11, 0, 0, 0},
{ SWIG_PY_INT, (char *)"X_PROTOCOL_REVISION", (long) 0, 0, 0, 0},