new OBScreen class is somewhat complete now i think
This commit is contained in:
parent
b067510b61
commit
2528b4458c
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@ public:
|
|||
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
|
||||
/*!
|
||||
|
|
Loading…
Reference in a new issue