all repos — openbox @ 558b55b0c31a3cf6a7006aa78a22a4d7002d9804

openbox fork - make it a bit more like ryudo

add OBDisplay_display()
Dana Jansens danakj@orodu.net
commit

558b55b0c31a3cf6a7006aa78a22a4d7002d9804

parent

69f38b9f55dfd56d308e1667973f57431276fcc4

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M src/openbox.isrc/openbox.i

@@ -107,6 +107,11 @@ return (int) self->clients.size();

} }; +%ignore otk::OBDisplay::display; +%inline %{ + Display *OBDisplay_display() { return otk::OBDisplay::display; } +%}; + %include "../otk/display.hh" %include "../otk/point.hh" %include "../otk/property.hh"