diff options
Diffstat (limited to 'graphics/xv/files')
-rw-r--r-- | graphics/xv/files/patch-xvtext.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/xv/files/patch-xvtext.c b/graphics/xv/files/patch-xvtext.c new file mode 100644 index 000000000000..a0218d2791a0 --- /dev/null +++ b/graphics/xv/files/patch-xvtext.c @@ -0,0 +1,11 @@ +--- xvtext.c.orig 2009-05-20 13:18:36.000000000 +0200 ++++ xvtext.c 2009-05-20 13:22:45.000000000 +0200 +@@ -181,7 +181,7 @@ + #endif + #ifdef TV_MULTILINGUAL + static void setCodingSpec PARM((TVINFO *, struct coding_spec *)); +-static void createCsWins PARM((char *)); ++static void createCsWins PARM((const char *)); + static void openCsWin PARM((TVINFO *)); + static void closeCsWin PARM((TVINFO *)); + #endif |