From 86104e0bf0b76c06160eb299989262d0e9619c1c Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 27 May 2007 11:40:03 +0000 Subject: Reverted r26922. svn-id: r26967 --- graphics/cursorman.cpp | 2 ++ graphics/fontman.cpp | 2 ++ graphics/imageman.cpp | 2 ++ 3 files changed, 6 insertions(+) (limited to 'graphics') diff --git a/graphics/cursorman.cpp b/graphics/cursorman.cpp index 397d74789f..06364b860a 100644 --- a/graphics/cursorman.cpp +++ b/graphics/cursorman.cpp @@ -24,6 +24,8 @@ #include "common/system.h" #include "common/stack.h" +DECLARE_SINGLETON(Graphics::CursorManager); + namespace Graphics { static bool g_initialized = false; diff --git a/graphics/fontman.cpp b/graphics/fontman.cpp index fad8654d02..9b567c0be8 100644 --- a/graphics/fontman.cpp +++ b/graphics/fontman.cpp @@ -22,6 +22,8 @@ #include "graphics/fontman.h" //#include "gui/consolefont.h" +DECLARE_SINGLETON(Graphics::FontManager); + namespace Graphics { #if !(defined(PALMOS_ARM) || defined(PALMOS_DEBUG) || defined(__GP32__)) diff --git a/graphics/imageman.cpp b/graphics/imageman.cpp index 1145dd262f..d4fc9da72d 100644 --- a/graphics/imageman.cpp +++ b/graphics/imageman.cpp @@ -23,6 +23,8 @@ #include "graphics/imageman.h" #include "graphics/surface.h" +DECLARE_SINGLETON(Graphics::ImageManager); + namespace Graphics { ImageManager::ImageManager() : _surfaces() #ifdef USE_ZLIB -- cgit v1.2.3