aboutsummaryrefslogtreecommitdiff
path: root/src/BaseDisplay.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-08-13 23:58:26 (GMT)
committerfluxgen <fluxgen>2002-08-13 23:58:26 (GMT)
commit76a1c5c161de5142ae468575dcba537f02d31686 (patch)
tree58692add00a65a77624fc4088c8cf142b4f7ac54 /src/BaseDisplay.hh
parentbfbbac747848e3f31c12b9fe73712110d7ec4fdc (diff)
downloadfluxbox-76a1c5c161de5142ae468575dcba537f02d31686.zip
fluxbox-76a1c5c161de5142ae468575dcba537f02d31686.tar.bz2
removed handleSignal, this is done in class Fluxbox now with FbTk SignalHandler
Diffstat (limited to 'src/BaseDisplay.hh')
-rw-r--r--src/BaseDisplay.hh8
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: