blob: 6a3ccec1dfe3171bc1ac47d5aaa90e0186db97c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Index: text2skin-1.1-cvs_ext-0.10-patched-20070506/screen.h
===================================================================
--- text2skin-1.1-cvs_ext-0.10-patched-20070506.orig/screen.h
+++ text2skin-1.1-cvs_ext-0.10-patched-20070506/screen.h
@@ -8,8 +8,8 @@
#include "common.h"
#include <vdr/osd.h>
-// #undef DIRECTBLIT
-#define DIRECTBLIT
+#undef DIRECTBLIT
+// #define DIRECTBLIT
class cText2SkinScreen {
/* Skin Editor */
|