]> git.pld-linux.org Git - packages/ClanLib.git/commitdiff
- use proper void
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 5 Sep 2007 17:35:51 +0000 (17:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ClanLib-void.patch -> 1.1

ClanLib-void.patch [new file with mode: 0644]

diff --git a/ClanLib-void.patch b/ClanLib-void.patch
new file mode 100644 (file)
index 0000000..3c95014
--- /dev/null
@@ -0,0 +1,11 @@
+--- ClanLib-0.8.0/Sources/API/GL/opengl_wrap.h~        2005-10-25 12:39:25.000000000 +0200
++++ ClanLib-0.8.0/Sources/API/GL/opengl_wrap.h 2007-09-05 19:30:58.000000000 +0200
+@@ -2530,7 +2530,7 @@
+       typedef CLuint (CL_GLFUNC *ptr_glCreateShaderObjectARB )(CLenum shaderType);
+       typedef CLvoid (CL_GLFUNC *ptr_glShaderSourceARB)(CLuint shaderObj, CLsizei count, const CLchar* *string, const CLint *length);
+       typedef CLvoid (CL_GLFUNC *ptr_glCompileShaderARB)(CLuint shaderObj);
+-      typedef CLuint (CL_GLFUNC *ptr_glCreateProgramObjectARB)(CLvoid);
++      typedef CLuint (CL_GLFUNC *ptr_glCreateProgramObjectARB)(void);
+       typedef CLvoid (CL_GLFUNC *ptr_glAttachObjectARB)(CLuint containerObj, CLuint attachedObj);
+       typedef CLvoid (CL_GLFUNC *ptr_glLinkProgramARB)(CLuint programObj);
+       typedef CLvoid (CL_GLFUNC *ptr_glUseProgramObjectARB)(CLuint programObj);
This page took 0.069859 seconds and 4 git commands to generate.