diff options
author | Adam Jackson <ajax@freedesktop.org> | 2005-02-08 05:46:53 +0000 |
---|---|---|
committer | Adam Jackson <ajax@freedesktop.org> | 2005-02-08 05:46:53 +0000 |
commit | d084982240bafba0169c4a6cacf02d45d6cfd8c1 (patch) | |
tree | 691f990d4581a5367599bc44718d12303b27da87 /src/glw/GLwDrawAP.h | |
parent | 4885a9eb207655ac23b64274034e1d51d2c8e6ce (diff) |
Bug #2477: Make GLU/GLw/glut build properly even with -fvisibility=hidden.
Diffstat (limited to 'src/glw/GLwDrawAP.h')
-rw-r--r-- | src/glw/GLwDrawAP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glw/GLwDrawAP.h b/src/glw/GLwDrawAP.h index f121701954..031531b7e6 100644 --- a/src/glw/GLwDrawAP.h +++ b/src/glw/GLwDrawAP.h @@ -59,7 +59,7 @@ typedef struct _GLwMDrawingAreaClassRec { } GLwMDrawingAreaClassRec; -extern GLwMDrawingAreaClassRec glwMDrawingAreaClassRec; +GLAPI extern GLwMDrawingAreaClassRec glwMDrawingAreaClassRec; /* XT */ |