summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am2
-rw-r--r--src/openbox.hh2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ef61e4c7..a998e93d 100644
--- a/src/Makefile.am
+++ b/src/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
diff --git a/src/openbox.hh b/src/openbox.hh
index c3fa3cf9..ccf2b80a 100644
--- a/src/openbox.hh
+++ b/src/openbox.hh
@@ -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
/*!