diff options
Diffstat (limited to 'src/glw/GLwDrawA.h')
-rw-r--r-- | src/glw/GLwDrawA.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glw/GLwDrawA.h b/src/glw/GLwDrawA.h index 4a381ac38cc..cd631b4fb57 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 -GLAPI extern Widget GLwCreateMDrawingArea(); +GLAPI Widget GLwCreateMDrawingArea(); #else -GLAPI extern Widget GLwCreateMDrawingArea(Widget parent,char *name,ArgList arglist,Cardinal argcount); +GLAPI Widget GLwCreateMDrawingArea(Widget parent,char *name,ArgList arglist,Cardinal argcount); #endif #endif |