diff options
Diffstat (limited to 'src/BaseDisplay.hh')
-rw-r--r-- | src/BaseDisplay.hh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/BaseDisplay.hh b/src/BaseDisplay.hh index 8b9b186..1adc8d3 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.23 2002/08/04 15:09:30 fluxgen Exp $ | 25 | // $Id: BaseDisplay.hh,v 1.24 2002/08/13 23:58:26 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef BASEDISPLAY_HH | 27 | #ifndef BASEDISPLAY_HH |
28 | #define BASEDISPLAY_HH | 28 | #define BASEDISPLAY_HH |
@@ -97,7 +97,7 @@ public: | |||
97 | inline const char *getApplicationName() const { return m_app_name; } | 97 | inline const char *getApplicationName() const { return m_app_name; } |
98 | 98 | ||
99 | inline int getNumberOfScreens() const { return number_of_screens; } | 99 | inline int getNumberOfScreens() const { return number_of_screens; } |
100 | inline int getShapeEventBase() const { return shape.event_basep; } | 100 | inline int getShapeEventBase() const { return shape.event_basep; } |
101 | 101 | ||
102 | inline void shutdown() { m_shutdown = true; } | 102 | inline void shutdown() { m_shutdown = true; } |
103 | inline void run() { m_startup = m_shutdown = false; } | 103 | inline void run() { m_startup = m_shutdown = false; } |
@@ -108,10 +108,6 @@ public: | |||
108 | void ungrab(); | 108 | void ungrab(); |
109 | void eventLoop(); | 109 | void eventLoop(); |
110 | 110 | ||
111 | // another pure virtual... this is used to handle signals that BaseDisplay | ||
112 | // doesn't understand itself | ||
113 | virtual Bool handleSignal(int) = 0; | ||
114 | |||
115 | class GrabGuard:private NotCopyable | 111 | class GrabGuard:private NotCopyable |
116 | { | 112 | { |
117 | public: | 113 | public: |