all repos — fluxbox @ 9682bdd1a5044f4112a8a67827d4f55b9c1c25be

custom fork of the fluxbox windowmanager

using new SignalEventHandler and EventHandler classes
fluxgen fluxgen
commit

9682bdd1a5044f4112a8a67827d4f55b9c1c25be

parent

f04a97d20077bdb60adb1fb9d0a6df1a268af84e

1 files changed, 3 insertions(+), 3 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.32 2002/10/23 17:32:30 fluxgen Exp $ +// $Id: fluxbox.hh,v 1.33 2002/11/27 21:59:25 fluxgen Exp $ #ifndef FLUXBOX_HH #define FLUXBOX_HH

@@ -77,7 +77,7 @@ main class for the window manager.

singleton type */ class Fluxbox : public BaseDisplay, public TimeoutHandler, - public FbTk::EventHandler<FbTk::SignalEvent>, + public FbTk::SignalEventHandler, public FbAtoms, public FbTk::Observer { public:

@@ -161,7 +161,7 @@ void rereadMenu();

void checkMenu(); /// handle any system signal sent to the application - void handleEvent(FbTk::SignalEvent * const signum); + void handleSignal(int signum); void update(FbTk::Subject *changed); void attachSignals(FluxboxWindow &win);