summaryrefslogtreecommitdiff
path: root/src/glw/GLwDrawA.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glw/GLwDrawA.h')
-rw-r--r--src/glw/GLwDrawA.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glw/GLwDrawA.h b/src/glw/GLwDrawA.h
index a62852c260..4a381ac38c 100644
--- a/src/glw/GLwDrawA.h
+++ b/src/glw/GLwDrawA.h
@@ -182,9 +182,9 @@ extern void GLwDrawingAreaSwapBuffers(Widget w);
#ifdef __GLX_MOTIF
#ifdef _NO_PROTO
-extern Widget GLwCreateMDrawingArea();
+GLAPI extern Widget GLwCreateMDrawingArea();
#else
-extern Widget GLwCreateMDrawingArea(Widget parent,char *name,ArgList arglist,Cardinal argcount);
+GLAPI extern Widget GLwCreateMDrawingArea(Widget parent,char *name,ArgList arglist,Cardinal argcount);
#endif
#endif