allow theme to specify logical screen dimensions

This commit is contained in:
Chris Danford
2004-09-21 06:07:12 +00:00
parent 18f720cda6
commit 807d892f4f
48 changed files with 220 additions and 43 deletions
+2 -2
View File
@@ -25,9 +25,9 @@ const CString DEFAULT_LIGHTS_DRIVER = "Null";
//
// For self-registering prefs
//
vector<IPreference*> *g_pvpSubscribers = NULL;
static vector<IPreference*> *g_pvpSubscribers = NULL;
void Subscribe( IPreference *p )
void PrefsManager::Subscribe( IPreference *p )
{
// TRICKY: If we make this a global vector instead of a global pointer,
// then we'd have to be careful that the static constructors of all