summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2004-05-02 20:13:23 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2004-05-02 20:13:23 +0000
commit4ce02f5a044cfb51e88c2ef39bf7a5e05a7df81c (patch)
treee86d4ce65bccb5c7e61a00656abad5bab2601acf
parent72139310c6896460e7a38efeff10d68f4bd0b442 (diff)
downloadxine-lib-4ce02f5a044cfb51e88c2ef39bf7a5e05a7df81c.tar.gz
xine-lib-4ce02f5a044cfb51e88c2ef39bf7a5e05a7df81c.tar.bz2
too stupid to edit a file...
CVS patchset: 6481 CVS date: 2004/05/02 20:13:23
-rw-r--r--src/video_out/video_out_pgx64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/video_out_pgx64.c b/src/video_out/video_out_pgx64.c
index 7fbf4e7c8..6dc1f4b8e 100644
--- a/src/video_out/video_out_pgx64.c
+++ b/src/video_out/video_out_pgx64.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: video_out_pgx64.c,v 1.62 2004/05/02 20:00:57 mroi Exp $
+ * $Id: video_out_pgx64.c,v 1.63 2004/05/02 20:13:23 mroi Exp $
*
* video_out_pgx64.c, Sun PGX64/PGX24 output plugin for xine
*
@@ -1071,7 +1071,7 @@ static vo_driver_t *pgx64_init_driver(video_driver_class_t *class_gen, const voi
devname = class->config->register_string(class->config, "video.pgx64_device", "/dev/fb",
_("PGX64/PGX24 device path"),
_("Specifies the file name for the PGX64/PGX24 device to be used.\n"),
- 20, NULL);
+ 20, NULL, NULL);
if ((fbfd = open(devname, O_RDWR)) < 0) {
xprintf(class->xine, XINE_VERBOSITY_LOG, _("video_out_pgx64: Error: can't open framebuffer device '%s'\n"), devname);