aboutsummaryrefslogtreecommitdiff
path: root/src/BaseDisplay.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-11-27 21:44:45 (GMT)
committerfluxgen <fluxgen>2002-11-27 21:44:45 (GMT)
commit97d610761e8c682d86b182cd101971c5eda53f49 (patch)
treec94698e6ffd3f8f9aaf0f1e0470384bd7cc57da0 /src/BaseDisplay.hh
parentd0d1714b362c55d72f8e1ce1991b4f39d580c094 (diff)
downloadfluxbox-97d610761e8c682d86b182cd101971c5eda53f49.zip
fluxbox-97d610761e8c682d86b182cd101971c5eda53f49.tar.bz2
using new EventHandler class
Diffstat (limited to 'src/BaseDisplay.hh')
-rw-r--r--src/BaseDisplay.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/BaseDisplay.hh b/src/BaseDisplay.hh
index 8a3b464..3556bba 100644
--- a/src/BaseDisplay.hh
+++ b/src/BaseDisplay.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: BaseDisplay.hh,v 1.32 2002/11/26 16:05:34 fluxgen Exp $ 25// $Id: BaseDisplay.hh,v 1.33 2002/11/27 21:44:45 fluxgen Exp $
26 26
27#ifndef BASEDISPLAY_HH 27#ifndef BASEDISPLAY_HH
28#define BASEDISPLAY_HH 28#define BASEDISPLAY_HH
@@ -53,7 +53,7 @@ void bexec(const char *command, char *displaystring);
53/** 53/**
54 Singleton class to manage display connection 54 Singleton class to manage display connection
55*/ 55*/
56class BaseDisplay:public FbTk::App, private FbTk::NotCopyable, FbTk::EventHandler<XEvent> 56class BaseDisplay:public FbTk::App, private FbTk::NotCopyable
57{ 57{
58public: 58public:
59 BaseDisplay(const char *app_name, const char *display_name = 0); 59 BaseDisplay(const char *app_name, const char *display_name = 0);
@@ -109,7 +109,7 @@ public:
109 void grab(); 109 void grab();
110 void ungrab(); 110 void ungrab();
111 void eventLoop(); 111 void eventLoop();
112 112 virtual void handleEvent(XEvent * const ev) { }
113private: 113private:
114 114
115 struct shape { 115 struct shape {