all repos — fluxbox @ 47d27a0bab8d6585d3031b7945c7ee6718f8d228

custom fork of the fluxbox windowmanager

theme access
fluxgen fluxgen
commit

47d27a0bab8d6585d3031b7945c7ee6718f8d228

parent

35c55cdc8dc0771a07c2276d3190782b89d8a715

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

jump to
M src/Screen.hhsrc/Screen.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: Screen.hh,v 1.38 2002/07/23 13:47:05 fluxgen Exp $ +// $Id: Screen.hh,v 1.39 2002/07/23 18:37:05 fluxgen Exp $ #ifndef SCREEN_HH #define SCREEN_HH

@@ -89,7 +89,7 @@ inline bool doFocusNew(void) const { return *resource.focus_new; }

inline bool doFocusLast(void) const { return *resource.focus_last; } inline bool doShowWindowPos(void) const { return *resource.show_window_pos; } - inline const GC &getOpGC() const { return theme->getOpGC(); } + inline GC getOpGC() const { return theme->getOpGC(); } inline const FbTk::Color *getBorderColor(void) const { return &theme->getBorderColor(); } inline BImageControl *getImageControl(void) { return image_control; }

@@ -196,7 +196,7 @@

inline Theme::WindowStyle *getWindowStyle(void) { return &theme->getWindowStyle(); } inline Theme::MenuStyle *getMenuStyle(void) { return &theme->getMenuStyle(); } inline Theme::ToolbarStyle *getToolbarStyle(void) { return &theme->getToolbarStyle(); } - + const Theme *getTheme() const { return theme; } FluxboxWindow *getIcon(unsigned int index); int addWorkspace(void);