diff options
author | Brian Paul <[email protected]> | 2005-10-12 19:37:38 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-10-12 19:37:38 +0000 |
commit | f525d3e139529d3b7b3f18e24489ae4e7ecd83cc (patch) | |
tree | 9913e6f2a3bee1100aa10e1552aa2ff59c7fed3e /src/glw/GLwDrawA.h | |
parent | d084c3d4dcabf58cef921b50ab60d1287563cd43 (diff) |
fix GLAPI/extern problem (bug 4757)
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 |