all repos — openbox @ 2528b4458cec8c784317d12d09c98bb53f034186

openbox fork - make it a bit more like ryudo

new OBScreen class is somewhat complete now i think
Dana Jansens danakj@orodu.net
commit

2528b4458cec8c784317d12d09c98bb53f034186

parent

b067510b6114844945381293227783bf9fd7a806

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/Makefile.amsrc/Makefile.am

@@ -15,7 +15,7 @@ bin_PROGRAMS= openbox3

openbox3_LDADD=../otk/libotk.a @LIBINTL@ -openbox3_SOURCES= client.cc frame.cc bbscreen.cc openbox.cc \ +openbox3_SOURCES= client.cc frame.cc bbscreen.cc openbox.cc screen.cc \ bbwindow.cc workspace.cc blackbox.cc \ main.cc xeventhandler.cc
M src/openbox.hhsrc/openbox.hh

@@ -142,7 +142,7 @@

inline const otk::OBProperty *property() const { return _property; } //! Returns the mouse cursors used throughout Openbox - inline const Cursors &cursor() const { return _cursors; } + inline const Cursors &cursors() const { return _cursors; } //! The main function of the Openbox class /*!