]> Dogcows Code - chaz/openbox/commitdiff
wrapper changes
authorDana Jansens <danakj@orodu.net>
Fri, 24 Jan 2003 05:44:27 +0000 (05:44 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 24 Jan 2003 05:44:27 +0000 (05:44 +0000)
src/openbox.py
src/openbox_wrap.cc

index a7ca525bb3551e7f9a2dc3942e9957060fb8a720..aad74eb12517123c6a757e2b1d33e886f7edeeed 100644 (file)
@@ -909,12 +909,12 @@ EventLeaveWindow = _openbox.EventLeaveWindow
 EventPlaceWindow = _openbox.EventPlaceWindow
 EventNewWindow = _openbox.EventNewWindow
 EventCloseWindow = _openbox.EventCloseWindow
+EventUrgentWindow = _openbox.EventUrgentWindow
 EventStartup = _openbox.EventStartup
 EventShutdown = _openbox.EventShutdown
 EventKey = _openbox.EventKey
 EventFocus = _openbox.EventFocus
 EventBell = _openbox.EventBell
-EventUrgentNotify = _openbox.EventUrgentNotify
 NUM_EVENTS = _openbox.NUM_EVENTS
 class MouseData(_object):
     __swig_setmethods__ = {}
index 7473e961a2ebff3ff28a62800d553956eb757636..86f737cbb36f4ceb04e498dd3e4c85bcf5c8a33d 100644 (file)
@@ -12090,12 +12090,12 @@ static swig_const_info swig_const_table[] = {
 { SWIG_PY_INT,     (char *)"EventPlaceWindow", (long) ob::EventPlaceWindow, 0, 0, 0},
 { SWIG_PY_INT,     (char *)"EventNewWindow", (long) ob::EventNewWindow, 0, 0, 0},
 { SWIG_PY_INT,     (char *)"EventCloseWindow", (long) ob::EventCloseWindow, 0, 0, 0},
+{ SWIG_PY_INT,     (char *)"EventUrgentWindow", (long) ob::EventUrgentWindow, 0, 0, 0},
 { SWIG_PY_INT,     (char *)"EventStartup", (long) ob::EventStartup, 0, 0, 0},
 { SWIG_PY_INT,     (char *)"EventShutdown", (long) ob::EventShutdown, 0, 0, 0},
 { 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},
This page took 0.033497 seconds and 4 git commands to generate.