projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69f38b9
)
add OBDisplay_display()
author
Dana Jansens
<danakj@orodu.net>
Fri, 10 Jan 2003 08:52:43 +0000
(08:52 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 10 Jan 2003 08:52:43 +0000
(08:52 +0000)
src/openbox.i
patch
|
blob
|
history
diff --git
a/src/openbox.i
b/src/openbox.i
index dd1368a06e78be074ad5962b1ac9250a0ca80bcb..7422d0a198f16d4b7ccec3e747f358a4f4f0a284 100644
(file)
--- 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"