all repos — fluxbox @ 346ed33abb3ec3fbde59e853d3ea40966024ddcf

custom fork of the fluxbox windowmanager

removed slit functions
fluxgen fluxgen
commit

346ed33abb3ec3fbde59e853d3ea40966024ddcf

parent

2c9ae560e03b2f83c586f31b605cd195a2767344

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

jump to
M src/fluxbox.hhsrc/fluxbox.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: fluxbox.hh,v 1.37 2003/01/10 00:41:15 fluxgen Exp $ +// $Id: fluxbox.hh,v 1.38 2003/01/12 18:09:22 fluxgen Exp $ #ifndef FLUXBOX_HH #define FLUXBOX_HH

@@ -37,10 +37,6 @@

#ifdef HAVE_CONFIG_H #include "config.h" #endif // HAVE_CONFIG_H - -#ifdef SLIT -#include "Slit.hh" -#endif // SLIT #include "SignalHandler.hh" #include "FbAtoms.hh"

@@ -165,14 +161,6 @@ inline const Cursor &getMoveCursor() const { return cursor.move; }

inline const Cursor &getLowerLeftAngleCursor() const { return cursor.ll_angle; } inline const Cursor &getLowerRightAngleCursor() const { return cursor.lr_angle; } - - -#ifdef SLIT - Slit *searchSlit(Window); - - void saveSlitSearch(Window, Slit *); - void removeSlitSearch(Window); -#endif // SLIT #ifndef HAVE_STRFTIME

@@ -233,15 +221,6 @@ std::map<Window, FluxboxWindow *> groupSearch;

typedef std::map<Window, Tab *> TabList; TabList tabSearch; -#ifdef SLIT - std::map<Window, Slit *> slitSearch; -#ifdef KDE - //For KDE dock applets - Atom kwm1_dockwindow; //KDE v1.x - Atom kwm2_dockwindow; //KDE v2.x -#endif//KDE -#endif // SLIT - std::list<MenuTimestamp *> menuTimestamps; typedef std::list<BScreen *> ScreenList; ScreenList screenList;

@@ -250,7 +229,7 @@ FluxboxWindow *focused_window, *masked_window;

FbTk::Timer timer; -#ifdef HAVE_GETPID +#ifdef HAVE_GETPID Atom fluxbox_pid; #endif // HAVE_GETPID