all repos — fluxbox @ e913c6f086bb4afa05c972faeab3bb1277ede1ba

custom fork of the fluxbox windowmanager

added theme accessors
fluxgen fluxgen
commit

e913c6f086bb4afa05c972faeab3bb1277ede1ba

parent

069c3873d946d5bdd16cff1b7bf2cae91a88b123

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M src/Slit.hhsrc/Slit.hh

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -/// $Id: Slit.hh,v 1.34 2003/06/23 14:16:04 rathnor Exp $ +/// $Id: Slit.hh,v 1.35 2003/06/24 13:42:23 fluxgen Exp $ #ifndef SLIT_HH #define SLIT_HH

@@ -96,6 +96,8 @@ void cycleClientsDown();

BScreen &screen() { return m_screen; } const BScreen &screen() const { return m_screen; } + SlitTheme &theme() { return *m_slit_theme.get(); } + const SlitTheme &theme() const { return *m_slit_theme.get(); } /** @name eventhandlers */