aboutsummaryrefslogtreecommitdiff
path: root/opengl/system/setup.c
diff options
context:
space:
mode:
authorTom Schouten <doelie@users.sourceforge.net>2006-09-01 13:45:31 +0000
committerTom Schouten <doelie@users.sourceforge.net>2006-09-01 13:45:31 +0000
commit7591a024f184bd385d35583d19d86c1d5f2531ba (patch)
tree77aa0c44ccb700eb9a2b16e1b246e3c8026c40ed /opengl/system/setup.c
parent91dd6b68f0f209ad015a303095bb1df018dca71e (diff)
pdp current darcs merge
svn path=/trunk/externals/pdp/; revision=5816
Diffstat (limited to 'opengl/system/setup.c')
-rw-r--r--opengl/system/setup.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/opengl/system/setup.c b/opengl/system/setup.c
index 18d267a..5b40c1b 100644
--- a/opengl/system/setup.c
+++ b/opengl/system/setup.c
@@ -46,10 +46,15 @@ void pdp_3d_subcontext_setup(void);
//#define D(x) { pdp_post_n( #x ".." ); x; pdp_post("done"); }
#define D(x) x
+
+void pdp_setup(void);
void pdp_opengl_setup(void)
{
int i;
- post("PDP: pdp_opengl extension library");
+
+ pdp_setup();
+
+ post("PDP: opengl extensions version " PDP_VERSION);
/* setup system */
D(pdp_opengl_system_setup());