all repos — fluxbox @ 528f14ea0c34372f72def7e6d3c35a1766e573b1

custom fork of the fluxbox windowmanager

removed menu style from Theme, and removed forward declarations of Iconmenu and Workspacemenu
fluxgen fluxgen
commit

528f14ea0c34372f72def7e6d3c35a1766e573b1

parent

9504b64e966eb20db9ad549fbabf9838333ac406

1 files changed, 1 insertions(+), 4 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.61 2003/01/12 17:57:46 fluxgen Exp $ +// $Id: Screen.hh,v 1.62 2003/01/12 18:46:01 fluxgen Exp $ #ifndef SCREEN_HH #define SCREEN_HH

@@ -49,8 +49,6 @@ #ifdef HAVE_CONFIG_H

#include "config.h" #endif // HAVE_CONFIG_H -class Workspacemenu; -class Iconmenu; class Netizen; class Slit; class Toolbar;

@@ -227,7 +225,6 @@ inline bool isClock24Hour() { return resource.clock24hour; }

inline void saveClock24Hour(bool c) { resource.clock24hour = c; } inline Theme::WindowStyle *getWindowStyle() { return &theme->getWindowStyle(); } - inline Theme::MenuStyle *getMenuStyle() { return &theme->getMenuStyle(); } inline FbWinFrameTheme &winFrameTheme() { return m_windowtheme; } inline const FbWinFrameTheme &winFrameTheme() const { return m_windowtheme; } inline FbTk::MenuTheme *menuTheme() { return m_menutheme.get(); }