From 878d57337f2795b2c84e786a7ca6392d4bbc7fb8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 14 May 2002 23:30:22 +0000 Subject: update changelog. removed a redundant var from BaseDisplay. --- src/BaseDisplay.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/BaseDisplay.h') diff --git a/src/BaseDisplay.h b/src/BaseDisplay.h index 3e092cfb..8bd13e89 100644 --- a/src/BaseDisplay.h +++ b/src/BaseDisplay.h @@ -137,7 +137,7 @@ private: TimerList timerList; char *display_name, *application_name; - unsigned int number_of_screens, server_grabs, colors_per_channel; + unsigned int server_grabs, colors_per_channel; protected: @@ -308,8 +308,8 @@ public: inline const char *getApplicationName() const { return (const char *) application_name; } - inline const unsigned int getNumberOfScreens() const - { return number_of_screens; } + inline const unsigned int numberOfScreens() const + { return ScreenCount(display); } inline const int &getShapeEventBase() const { return shape.event_basep; } -- cgit v1.2.3