diff options
author | Jouk Jansen <[email protected]> | 2000-08-22 13:31:00 +0000 |
---|---|---|
committer | Jouk Jansen <[email protected]> | 2000-08-22 13:31:00 +0000 |
commit | b5b5c52034840dbfcd3f76a9e7cde8b379e7d517 (patch) | |
tree | fdb77903d8a0bb01e28e5e465b1e751136723692 /src/glut | |
parent | f4f4dab25a6c52d403a0b19ab28b443cda8f5730 (diff) |
Committing in .
Modified Files:
Mesa/include/GL/glx.h Mesa/include/GL/xmesa.h
Mesa/src/descrip.mms Mesa/src/X/glxheader.h
Mesa/src/X/xfonts.c Mesa/src/X/xfonts.h
Mesa/src-glu/descrip.mms Mesa/src-glut/capturexfont.c
Mesa/src-glut/descrip.mms Mesa/src-glut/glut_cmap.c
Mesa/src-glut/glut_event.c Mesa/src-glut/glut_fullscrn.c
Mesa/src-glut/glut_gamemode.c Mesa/src-glut/glut_init.c
Mesa/src-glut/glut_input.c Mesa/src-glut/glut_menu.c
Mesa/src-glut/glut_menu2.c Mesa/src-glut/glut_overlay.c
Mesa/src-glut/glut_win.c Mesa/src-glut/glut_winmisc.c
Mesa/src-glut/glutint.h Mesa/src-glut/layerutil.h
Mesa/vms/analyze_map.com
Added Files:
Mesa/include/GL/vms_x_fix.h
Patches effective on VMS only. This allows for compiling with
/name=(as_is,short). This breaks the binary compatibility with previous
versions for VMS, but is the only way to combine Mesa with GTK for VMS.
Jouk
----------------------------------------------------------------------
Diffstat (limited to 'src/glut')
-rw-r--r-- | src/glut/glx/capturexfont.c | 4 | ||||
-rw-r--r-- | src/glut/glx/descrip.mms | 2 | ||||
-rw-r--r-- | src/glut/glx/glut_cmap.c | 4 | ||||
-rw-r--r-- | src/glut/glx/glut_event.c | 4 | ||||
-rw-r--r-- | src/glut/glx/glut_fullscrn.c | 4 | ||||
-rw-r--r-- | src/glut/glx/glut_gamemode.c | 4 | ||||
-rw-r--r-- | src/glut/glx/glut_init.c | 4 | ||||
-rw-r--r-- | src/glut/glx/glut_input.c | 4 | ||||
-rw-r--r-- | src/glut/glx/glut_menu.c | 4 | ||||
-rw-r--r-- | src/glut/glx/glut_menu2.c | 4 | ||||
-rw-r--r-- | src/glut/glx/glut_overlay.c | 4 | ||||
-rw-r--r-- | src/glut/glx/glut_win.c | 4 | ||||
-rw-r--r-- | src/glut/glx/glut_winmisc.c | 4 | ||||
-rw-r--r-- | src/glut/glx/glutint.h | 4 | ||||
-rw-r--r-- | src/glut/glx/layerutil.h | 4 |
15 files changed, 57 insertions, 1 deletions
diff --git a/src/glut/glx/capturexfont.c b/src/glut/glx/capturexfont.c index 3bed13c9beb..b99e7930564 100644 --- a/src/glut/glx/capturexfont.c +++ b/src/glut/glx/capturexfont.c @@ -10,6 +10,10 @@ encoding the font for GLUT's use. Example usage: capturexfont.c 9x15 glutBitmap9By15 > glut_9x15.c */ +#ifdef __VMS +#include <GL/vms_x_fix.h> +#endif + #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/src/glut/glx/descrip.mms b/src/glut/glx/descrip.mms index e6aeb8352e6..5d59c42db48 100644 --- a/src/glut/glx/descrip.mms +++ b/src/glut/glx/descrip.mms @@ -14,7 +14,7 @@ VPATH = RCS INCDIR = [-.include] LIBDIR = [-.lib] -CFLAGS = /nowarn/include=$(INCDIR)/prefix=all +CFLAGS = /nowarn/include=$(INCDIR)/prefix=all/name=(as_is,short) SOURCES = \ glut_8x13.c \ diff --git a/src/glut/glx/glut_cmap.c b/src/glut/glx/glut_cmap.c index a9d004003f6..1c496ad66da 100644 --- a/src/glut/glx/glut_cmap.c +++ b/src/glut/glx/glut_cmap.c @@ -5,6 +5,10 @@ and is provided without guarantee or warrantee expressed or implied. This program is -not- in the public domain. */ +#ifdef __VMS +#include <GL/vms_x_fix.h> +#endif + #include <stdlib.h> #include <string.h> #include <stdio.h> /* SunOS multithreaded assert() needs <stdio.h>. Lame. */ diff --git a/src/glut/glx/glut_event.c b/src/glut/glx/glut_event.c index 6d928af2ea3..f4463dee0b6 100644 --- a/src/glut/glx/glut_event.c +++ b/src/glut/glx/glut_event.c @@ -5,6 +5,10 @@ and is provided without guarantee or warrantee expressed or implied. This program is -not- in the public domain. */ +#ifdef __VMS +#include <GL/vms_x_fix.h> +#endif + #include <stdlib.h> #include <stdio.h> #include <errno.h> diff --git a/src/glut/glx/glut_fullscrn.c b/src/glut/glx/glut_fullscrn.c index 8d58f1743c9..0f1ea10b1be 100644 --- a/src/glut/glx/glut_fullscrn.c +++ b/src/glut/glx/glut_fullscrn.c @@ -5,6 +5,10 @@ and is provided without guarantee or warrantee expressed or implied. This program is -not- in the public domain. */ +#ifdef __VMS +#include <GL/vms_x_fix.h> +#endif + #include <stdio.h> /* SunOS multithreaded assert() needs <stdio.h>. Lame. */ #include <assert.h> diff --git a/src/glut/glx/glut_gamemode.c b/src/glut/glx/glut_gamemode.c index b685ce33e2a..004f325a061 100644 --- a/src/glut/glx/glut_gamemode.c +++ b/src/glut/glx/glut_gamemode.c @@ -5,6 +5,10 @@ and is provided without guarantee or warrantee expressed or implied. This program is -not- in the public domain. */ +#ifdef __VMS +#include <GL/vms_x_fix.h> +#endif + #include <assert.h> #include <stdio.h> #include <stdlib.h> diff --git a/src/glut/glx/glut_init.c b/src/glut/glx/glut_init.c index b9d2fde3f34..d4d0e8a9783 100644 --- a/src/glut/glx/glut_init.c +++ b/src/glut/glx/glut_init.c @@ -5,6 +5,10 @@ and is provided without guarantee or warrantee expressed or implied. This program is -not- in the public domain. */ +#ifdef __VMS +#include <GL/vms_x_fix.h> +#endif + #include <stdlib.h> #include <string.h> #include <stdio.h> diff --git a/src/glut/glx/glut_input.c b/src/glut/glx/glut_input.c index bc93d5e5151..d012c5ee16a 100644 --- a/src/glut/glx/glut_input.c +++ b/src/glut/glx/glut_input.c @@ -5,6 +5,10 @@ and is provided without guarantee or warrantee expressed or implied. This program is -not- in the public domain. */ +#ifdef __VMS +#include <GL/vms_x_fix.h> +#endif + #include <assert.h> #include <stdio.h> #include <stdlib.h> diff --git a/src/glut/glx/glut_menu.c b/src/glut/glx/glut_menu.c index 2af3482afc0..0c36d348f46 100644 --- a/src/glut/glx/glut_menu.c +++ b/src/glut/glx/glut_menu.c @@ -9,6 +9,10 @@ the menuing functionality implemented. This file is used only by the X Window System version of GLUT. */ +#ifdef __VMS +#include <GL/vms_x_fix.h> +#endif + #include <stdlib.h> #include <string.h> #include <stdio.h> diff --git a/src/glut/glx/glut_menu2.c b/src/glut/glx/glut_menu2.c index 93119b540e3..d02cee4ac15 100644 --- a/src/glut/glx/glut_menu2.c +++ b/src/glut/glx/glut_menu2.c @@ -12,6 +12,10 @@ the menuing functionality implemented. This file is used only by the X Window System version of GLUT. */ +#ifdef __VMS +#include <GL/vms_x_fix.h> +#endif + #include <stdlib.h> #include <string.h> #include <stdio.h> diff --git a/src/glut/glx/glut_overlay.c b/src/glut/glx/glut_overlay.c index 13ece12a159..cc3c8ced641 100644 --- a/src/glut/glx/glut_overlay.c +++ b/src/glut/glx/glut_overlay.c @@ -5,6 +5,10 @@ and is provided without guarantee or warrantee expressed or implied. This program is -not- in the public domain. */ +#ifdef __VMS +#include <GL/vms_x_fix.h> +#endif + #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/src/glut/glx/glut_win.c b/src/glut/glx/glut_win.c index 883bacb0871..934144f633e 100644 --- a/src/glut/glx/glut_win.c +++ b/src/glut/glx/glut_win.c @@ -5,6 +5,10 @@ and is provided without guarantee or warrantee expressed or implied. This program is -not- in the public domain. */ +#ifdef __VMS +#include <GL/vms_x_fix.h> +#endif + #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/src/glut/glx/glut_winmisc.c b/src/glut/glx/glut_winmisc.c index 5a9d199a56e..60d5a073a89 100644 --- a/src/glut/glx/glut_winmisc.c +++ b/src/glut/glx/glut_winmisc.c @@ -5,6 +5,10 @@ and is provided without guarantee or warrantee expressed or implied. This program is -not- in the public domain. */ +#ifdef __VMS +#include <GL/vms_x_fix.h> +#endif + #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/src/glut/glx/glutint.h b/src/glut/glx/glutint.h index 71dceeceeee..f54ca0bd164 100644 --- a/src/glut/glx/glutint.h +++ b/src/glut/glx/glutint.h @@ -7,6 +7,10 @@ and is provided without guarantee or warrantee expressed or implied. This program is -not- in the public domain. */ +#ifdef __VMS +#include <GL/vms_x_fix.h> +#endif + #if defined(__CYGWIN32__) #include <sys/time.h> #endif diff --git a/src/glut/glx/layerutil.h b/src/glut/glx/layerutil.h index 34610774090..8f580afe3b7 100644 --- a/src/glut/glx/layerutil.h +++ b/src/glut/glx/layerutil.h @@ -9,6 +9,10 @@ /* Based on XLayerUtil.h: Revision: 1.3 */ +#ifdef __VMS +#include <GL/vms_x_fix.h> +#endif + #if !defined(_WIN32) #include <X11/Xlib.h> #include <X11/Xutil.h> |