summaryrefslogtreecommitdiff
blob: 0c8825e4ee94b6bc9acf5dc98d0a0aa40f541fc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ru vdr-ffnetdev-0.1.0-orig/netosd.h vdr-ffnetdev-0.1.0/netosd.h
--- vdr-ffnetdev-0.1.0-orig/netosd.h	2008-12-17 15:46:49.194277519 +0100
+++ vdr-ffnetdev-0.1.0/netosd.h	2008-12-17 15:47:46.807603142 +0100
@@ -17,7 +17,7 @@
 	bool truecolor;
 protected:
 public:
-    cNetOSD(int XOfs, int XOfs);
+    cNetOSD(int Left, int Top);
     virtual ~cNetOSD();
     virtual eOsdError CanHandleAreas(const tArea *Areas, int NumAreas);
     virtual void Flush(void);