diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-10 12:45:47 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-10 12:45:47 +0000 |
| commit | 2528b4458cec8c784317d12d09c98bb53f034186 (patch) | |
| tree | b2bee6c833980a5b8aed8ab33685aa58616bea28 /src/openbox.hh | |
| parent | b067510b6114844945381293227783bf9fd7a806 (diff) | |
new OBScreen class is somewhat complete now i think
Diffstat (limited to 'src/openbox.hh')
| -rw-r--r-- | src/openbox.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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 /*! |
