From 3a4b7f065ce64a81214cc837841378f979086481 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 26 Aug 2007 20:36:59 +0200 Subject: Adapted to the new Level parameter of cOsd --- PLUGINS/src/skincurses/skincurses.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'PLUGINS/src/skincurses/skincurses.c') diff --git a/PLUGINS/src/skincurses/skincurses.c b/PLUGINS/src/skincurses/skincurses.c index 0553de9c..b9a4fc06 100644 --- a/PLUGINS/src/skincurses/skincurses.c +++ b/PLUGINS/src/skincurses/skincurses.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: skincurses.c 1.17 2007/08/15 14:01:54 kls Exp $ + * $Id: skincurses.c 1.18 2007/08/26 20:16:59 kls Exp $ */ #include @@ -11,7 +11,7 @@ #include #include -static const char *VERSION = "0.1.3"; +static const char *VERSION = "0.1.4"; static const char *DESCRIPTION = trNOOP("A text only skin"); static const char *MAINMENUENTRY = NULL; @@ -72,7 +72,7 @@ public: }; cCursesOsd::cCursesOsd(int Left, int Top) -:cOsd(Left, Top) +:cOsd(Left, Top, 0) { savedRegion = NULL; -- cgit v1.2.3