all repos — fluxbox @ 29dec75f5ddb309b98c50ad33b19423f251826aa

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

29dec75f5ddb309b98c50ad33b19423f251826aa

parent

c73329d363e7698a1e5294106c4160aac9519863

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

jump to
M src/Toolbar.hhsrc/Toolbar.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: Toolbar.hh,v 1.27 2003/04/16 13:43:48 rathnor Exp $ +// $Id: Toolbar.hh,v 1.28 2003/04/23 00:13:47 fluxgen Exp $ #ifndef TOOLBAR_HH #define TOOLBAR_HH

@@ -98,7 +98,7 @@ inline bool isHidden() const { return hidden; }

/// do we auto hide the toolbar? inline bool doAutoHide() const { return do_auto_hide; } /// @return X window of the toolbar - inline Window getWindowID() const { return frame.window.window(); } + inline const FbTk::FbWindow &window() const { return frame.window; } inline BScreen &screen() { return m_screen; } inline const BScreen &screen() const { return m_screen; } inline unsigned int width() const { return frame.width; }

@@ -190,7 +190,6 @@

ThemeListener m_themelistener; FbTk::XLayerItem m_layeritem; - };