From 558b55b0c31a3cf6a7006aa78a22a4d7002d9804 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 10 Jan 2003 08:52:43 +0000 Subject: [PATCH] add OBDisplay_display() --- src/openbox.i | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/openbox.i b/src/openbox.i index dd1368a0..7422d0a1 100644 --- a/src/openbox.i +++ b/src/openbox.i @@ -107,6 +107,11 @@ void python_callback(PyObject *func, KeyData *data) } }; +%ignore otk::OBDisplay::display; +%inline %{ + Display *OBDisplay_display() { return otk::OBDisplay::display; } +%}; + %include "../otk/display.hh" %include "../otk/point.hh" %include "../otk/property.hh" -- 2.39.2