[gephex-devel] gephex--main--0.4--patch-1812
gephex at sonnenland.kexbox.org
gephex at sonnenland.kexbox.org
Mon Nov 1 21:31:31 CET 2004
Archive: gephex at gephex.org--2004
New revision: gephex--main--0.4--patch-1812
--
Revision: gephex--main--0.4--patch-1812
Archive: gephex at gephex.org--2004
Creator: GePhex <gephex at gephex.org>
Date: Mon Nov 1 21:30:56 CET 2004
Standard-date: 2004-11-01 20:30:56 GMT
Modified-files: modules/src/frboutmodule/gloutput.cpp
New-patches: gephex at gephex.org--2004/gephex--main--0.4--patch-1812
martin at gephex.org--2004/gephex--oglbug--0.4--base-0
martin at gephex.org--2004/gephex--oglbug--0.4--patch-1
Summary: bugfix for opengl driver
Keywords:
Patches applied:
* martin at gephex.org--2004/gephex--oglbug--0.4--base-0
tag of gephex at gephex.org--2004/gephex--main--0.4--patch-1811
* martin at gephex.org--2004/gephex--oglbug--0.4--patch-1
add dummy parameter to ogl driver
* added directories
{arch}/gephex/gephex--oglbug
{arch}/gephex/gephex--oglbug/gephex--oglbug--0.4
{arch}/gephex/gephex--oglbug/gephex--oglbug--0.4/martin at gephex.org--2004
{arch}/gephex/gephex--oglbug/gephex--oglbug--0.4/martin at gephex.org--2004/patch-log
* added files
{arch}/gephex/gephex--main/gephex--main--0.4/gephex at gephex.org--2004/patch-log/patch-1812
{arch}/gephex/gephex--oglbug/gephex--oglbug--0.4/martin at gephex.org--2004/patch-log/base-0
{arch}/gephex/gephex--oglbug/gephex--oglbug--0.4/martin at gephex.org--2004/patch-log/patch-1
* modified files
--- orig/modules/src/frboutmodule/gloutput.cpp
+++ mod/modules/src/frboutmodule/gloutput.cpp
@@ -68,7 +68,7 @@
static struct DriverInstance* GL_new_instance(const char* server_name,
int xpos, int ypos,
- int width, int height,
+ int width, int height, int mmx_supported,
char* error_text, int buflen);
static void GL_destroy(struct DriverInstance* sh);
@@ -112,7 +112,7 @@
static struct DriverInstance*
GL_new_instance(const char* server_name,
int xpos, int ypos,
- int width, int height,
+ int width, int height,int mmx_supported,
char* error_text, int text_len)
{
#ifdef VERBOSE_GL_OUTPUT
More information about the gephex-devel
mailing list