all repos — fluxbox @ e3921394c98ce6e894d7ac0c6d5af2ba0e6fb062

custom fork of the fluxbox windowmanager

fixed inline
fluxgen fluxgen
commit

e3921394c98ce6e894d7ac0c6d5af2ba0e6fb062

parent

cc528147317df839535fff43f0696caae40a268d

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

jump to
M src/Resource.hhsrc/Resource.hh

@@ -19,7 +19,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: Resource.hh,v 1.9 2002/12/01 13:41:58 rathnor Exp $ +// $Id: Resource.hh,v 1.10 2003/04/25 11:40:58 fluxgen Exp $ #ifndef RESOURCE_HH #define RESOURCE_HH

@@ -122,7 +122,7 @@ void removeResource(Resource<T> &r) {

m_resourcelist.remove(&r); } protected: - static inline void ensureXrmIsInitialize(); + static void ensureXrmIsInitialize(); private: static bool m_init;
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.84 2003/04/25 11:02:57 fluxgen Exp $ +// $Id: Screen.hh,v 1.85 2003/04/25 11:40:22 fluxgen Exp $ #ifndef SCREEN_HH #define SCREEN_HH

@@ -128,7 +128,7 @@

const FbTk::Menu *getWorkspacemenu() const { return workspacemenu.get(); } FbTk::Menu *getWorkspacemenu() { return workspacemenu.get(); } - inline unsigned int getCurrentWorkspaceID() const; + unsigned int getCurrentWorkspaceID() const; Pixmap rootPixmap() const { return m_root_pm; } /* maximum screen surface
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.28 2003/04/23 00:13:47 fluxgen Exp $ +// $Id: Toolbar.hh,v 1.29 2003/04/25 11:39:31 fluxgen Exp $ #ifndef TOOLBAR_HH #define TOOLBAR_HH

@@ -110,7 +110,7 @@ /// @return pointer to iconbar if it got one, else 0

inline const IconBar *iconBar() const { return m_iconbar.get(); } inline const ToolbarTheme &theme() const { return m_theme; } inline ToolbarTheme &theme() { return m_theme; } - inline bool isVertical() const; + bool isVertical() const; /** @name eventhandlers */