From 3a5d404a081e5510c017a0781d9c1c557811d180 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 24 Jan 2003 05:44:27 +0000 Subject: [PATCH] wrapper changes --- src/openbox.py | 2 +- src/openbox_wrap.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/openbox.py b/src/openbox.py index a7ca525b..aad74eb1 100644 --- a/src/openbox.py +++ b/src/openbox.py @@ -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__ = {} diff --git a/src/openbox_wrap.cc b/src/openbox_wrap.cc index 7473e961..86f737cb 100644 --- a/src/openbox_wrap.cc +++ b/src/openbox_wrap.cc @@ -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}, -- 2.39.2