all repos — fluxbox @ 97d610761e8c682d86b182cd101971c5eda53f49

custom fork of the fluxbox windowmanager

using new EventHandler class
fluxgen fluxgen
commit

97d610761e8c682d86b182cd101971c5eda53f49

parent

d0d1714b362c55d72f8e1ce1991b4f39d580c094

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

jump to
M src/BaseDisplay.hhsrc/BaseDisplay.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: BaseDisplay.hh,v 1.32 2002/11/26 16:05:34 fluxgen Exp $ +// $Id: BaseDisplay.hh,v 1.33 2002/11/27 21:44:45 fluxgen Exp $ #ifndef BASEDISPLAY_HH #define BASEDISPLAY_HH

@@ -53,7 +53,7 @@ void bexec(const char *command, char *displaystring);

/** Singleton class to manage display connection */ -class BaseDisplay:public FbTk::App, private FbTk::NotCopyable, FbTk::EventHandler<XEvent> +class BaseDisplay:public FbTk::App, private FbTk::NotCopyable { public: BaseDisplay(const char *app_name, const char *display_name = 0);

@@ -109,7 +109,7 @@

void grab(); void ungrab(); void eventLoop(); - + virtual void handleEvent(XEvent * const ev) { } private: struct shape {