all repos — fluxbox @ cd3df03791ed1909b2cf7c92224e3d769941105b

custom fork of the fluxbox windowmanager

removed getToolbarStyle
fluxgen fluxgen
commit

cd3df03791ed1909b2cf7c92224e3d769941105b

parent

12488d4f56aa964345af5fe0db441c3840d80e37

1 files changed, 1 insertions(+), 2 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.53 2002/12/01 13:41:58 rathnor Exp $ +// $Id: Screen.hh,v 1.54 2002/12/02 20:05:29 fluxgen Exp $ #ifndef SCREEN_HH #define SCREEN_HH

@@ -202,7 +202,6 @@ inline void saveClock24Hour(bool c) { resource.clock24hour = c; }

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