all repos — fluxbox @ e1f76359f50e3c3c4e9a0c5ef8e126b180f99caa

custom fork of the fluxbox windowmanager

const
fluxgen fluxgen
commit

e1f76359f50e3c3c4e9a0c5ef8e126b180f99caa

parent

eb8234442e9135b10bc26a11ba2d6c8b4e1db2de

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

jump to
M src/Basemenu.hhsrc/Basemenu.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: Basemenu.hh,v 1.12 2002/04/08 22:37:49 fluxgen Exp $ +// $Id: Basemenu.hh,v 1.13 2002/05/17 11:57:02 fluxgen Exp $ #ifndef BASEMENU_HH #define BASEMENU_HH

@@ -74,7 +74,7 @@ //accessors

inline bool isTorn() const { return torn; } inline bool isVisible() const { return visible; } inline BScreen *screen() const { return m_screen; } - inline const Window windowID() const { return menu.window; } + inline Window windowID() const { return menu.window; } inline const std::string &label() const { return menu.label; } inline int x() const { return menu.x; } inline int y() const { return menu.y; }
M src/Workspace.hhsrc/Workspace.hh

@@ -62,7 +62,7 @@ inline FluxboxWindow *getLastFocusedWindow(void) const { return lastfocus; }

inline Clientmenu *menu() { return &m_clientmenu; } inline const Clientmenu *menu() const { return &m_clientmenu; } inline const std::string &name() const { return m_name; } - inline const unsigned int workspaceID() const { return m_id; } + inline unsigned int workspaceID() const { return m_id; } FluxboxWindow *getWindow(unsigned int id); const FluxboxWindow *getWindow(unsigned int id) const;