diff options
-rw-r--r-- | src/BaseDisplay.hh | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/BaseDisplay.hh b/src/BaseDisplay.hh index 96e9144..dc9f25c 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.34 2002/12/01 13:41:54 rathnor Exp $ | 25 | // $Id: BaseDisplay.hh,v 1.35 2003/01/09 21:54:51 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef BASEDISPLAY_HH | 27 | #ifndef BASEDISPLAY_HH |
28 | #define BASEDISPLAY_HH | 28 | #define BASEDISPLAY_HH |
@@ -42,17 +42,13 @@ extern "C" { | |||
42 | #include <list> | 42 | #include <list> |
43 | #include <vector> | 43 | #include <vector> |
44 | 44 | ||
45 | // forward declaration | ||
46 | class ScreenInfo; | 45 | class ScreenInfo; |
47 | 46 | ||
48 | #define PropBlackboxHintsElements (5) | 47 | #define PropBlackboxHintsElements (5) |
49 | #define PropBlackboxAttributesElements (8) | 48 | #define PropBlackboxAttributesElements (8) |
50 | 49 | ||
51 | /// obsolete | 50 | |
52 | void bexec(const char *command, char *displaystring); | 51 | /// Singleton class to manage display connection |
53 | /** | ||
54 | Singleton class to manage display connection | ||
55 | */ | ||
56 | class BaseDisplay:public FbTk::App, private FbTk::NotCopyable | 52 | class BaseDisplay:public FbTk::App, private FbTk::NotCopyable |
57 | { | 53 | { |
58 | public: | 54 | public: |