all repos — openbox @ 007e17d32b16b1df6c5267c9f8701d315c0c3805

openbox fork - make it a bit more like ryudo

dont define the 'display' global
Dana Jansens danakj@orodu.net
commit

007e17d32b16b1df6c5267c9f8701d315c0c3805

parent

558b55b0c31a3cf6a7006aa78a22a4d7002d9804

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

jump to
M src/python.ccsrc/python.cc

@@ -34,7 +34,6 @@ // import the otk and openbox modules into the main namespace

PyRun_SimpleString("from openbox import *;"); // set up convenience global variables PyRun_SimpleString("openbox = Openbox_instance()"); - PyRun_SimpleString("display = OBDisplay_display()"); // set up access to the python global variables PyObject *obmodule = PyImport_AddModule("__main__");