- patch for changing default skin is not needed in the moment
This commit is contained in:
Stephan Raue 2009-11-22 14:03:59 +01:00
parent 3a602a20b4
commit 6cca6690ea

View File

@ -5,8 +5,8 @@ diff -Naur xbmc-24229/xbmc/Settings.h xbmc-24229.patch/xbmc/Settings.h
#define DEFAULT_VSYNC VSYNC_DISABLED
#define DEFAULT_THUMB_SIZE 256
#else // MID
-#define DEFAULT_SKIN "PM3.HD"
+#define DEFAULT_SKIN "PM3.HD"
-#define DEFAULT_SKIN "Confluence"
+#define DEFAULT_SKIN "Confluence"
#if defined(__APPLE__) || defined(_WIN32)
#define DEFAULT_VSYNC VSYNC_ALWAYS
#else