diff options
author | fluxgen <fluxgen> | 2003-06-24 13:42:23 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-06-24 13:42:23 (GMT) |
commit | e913c6f086bb4afa05c972faeab3bb1277ede1ba (patch) | |
tree | 0ccbb23ea29184018d7e99e2bbeab9d85456a369 /src/Slit.hh | |
parent | 069c3873d946d5bdd16cff1b7bf2cae91a88b123 (diff) | |
download | fluxbox-e913c6f086bb4afa05c972faeab3bb1277ede1ba.zip fluxbox-e913c6f086bb4afa05c972faeab3bb1277ede1ba.tar.bz2 |
added theme accessors
Diffstat (limited to 'src/Slit.hh')
-rw-r--r-- | src/Slit.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Slit.hh b/src/Slit.hh index 642e50f..5fa80bd 100644 --- a/src/Slit.hh +++ b/src/Slit.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | /// $Id: Slit.hh,v 1.34 2003/06/23 14:16:04 rathnor Exp $ | 25 | /// $Id: Slit.hh,v 1.35 2003/06/24 13:42:23 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef SLIT_HH | 27 | #ifndef SLIT_HH |
28 | #define SLIT_HH | 28 | #define SLIT_HH |
@@ -96,6 +96,8 @@ public: | |||
96 | 96 | ||
97 | BScreen &screen() { return m_screen; } | 97 | BScreen &screen() { return m_screen; } |
98 | const BScreen &screen() const { return m_screen; } | 98 | const BScreen &screen() const { return m_screen; } |
99 | SlitTheme &theme() { return *m_slit_theme.get(); } | ||
100 | const SlitTheme &theme() const { return *m_slit_theme.get(); } | ||
99 | /** | 101 | /** |
100 | @name eventhandlers | 102 | @name eventhandlers |
101 | */ | 103 | */ |