diff options
-rw-r--r-- | src/BaseDisplay.hh | 6 |
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 | */ |
56 | class BaseDisplay:public FbTk::App, private FbTk::NotCopyable, FbTk::EventHandler<XEvent> | 56 | class BaseDisplay:public FbTk::App, private FbTk::NotCopyable |
57 | { | 57 | { |
58 | public: | 58 | public: |
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) { } | |
113 | private: | 113 | private: |
114 | 114 | ||
115 | struct shape { | 115 | struct shape { |