initial check-in (post crash)
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 19 Aug 1999 13:57:42 +0000 (13:57 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 19 Aug 1999 13:57:42 +0000 (13:57 +0000)
commita4dcdcf0ffae4c6cf52354fbd63c95d7d7815fd9
treef4c57aa74226a59913cb650b87f7083eee5e34b6
parent2d550f6ff1afa3189874c99cfe4125362ee76797
initial check-in (post crash)
68 files changed:
src/glut/glx/Makefile.X11 [new file with mode: 0644]
src/glut/glx/Makefile.cygnus [new file with mode: 0644]
src/glut/glx/Makefile.sgi [new file with mode: 0644]
src/glut/glx/Makefile.win [new file with mode: 0644]
src/glut/glx/capturexfont.c [new file with mode: 0644]
src/glut/glx/descrip.mms [new file with mode: 0644]
src/glut/glx/fxglut.def [new file with mode: 0644]
src/glut/glx/glut_8x13.c [new file with mode: 0644]
src/glut/glx/glut_9x15.c [new file with mode: 0644]
src/glut/glx/glut_bitmap.c [new file with mode: 0644]
src/glut/glx/glut_bwidth.c [new file with mode: 0644]
src/glut/glx/glut_cindex.c [new file with mode: 0644]
src/glut/glx/glut_cmap.c [new file with mode: 0644]
src/glut/glx/glut_cursor.c [new file with mode: 0644]
src/glut/glx/glut_dials.c [new file with mode: 0644]
src/glut/glx/glut_dstr.c [new file with mode: 0644]
src/glut/glx/glut_event.c [new file with mode: 0644]
src/glut/glx/glut_ext.c [new file with mode: 0644]
src/glut/glx/glut_fbc.c [new file with mode: 0644]
src/glut/glx/glut_fullscrn.c [new file with mode: 0644]
src/glut/glx/glut_gamemode.c [new file with mode: 0644]
src/glut/glx/glut_get.c [new file with mode: 0644]
src/glut/glx/glut_glxext.c [new file with mode: 0644]
src/glut/glx/glut_hel10.c [new file with mode: 0644]
src/glut/glx/glut_hel12.c [new file with mode: 0644]
src/glut/glx/glut_hel18.c [new file with mode: 0644]
src/glut/glx/glut_init.c [new file with mode: 0644]
src/glut/glx/glut_input.c [new file with mode: 0644]
src/glut/glx/glut_joy.c [new file with mode: 0644]
src/glut/glx/glut_key.c [new file with mode: 0644]
src/glut/glx/glut_keyctrl.c [new file with mode: 0644]
src/glut/glx/glut_keyup.c [new file with mode: 0644]
src/glut/glx/glut_menu.c [new file with mode: 0644]
src/glut/glx/glut_menu2.c [new file with mode: 0644]
src/glut/glx/glut_mesa.c [new file with mode: 0644]
src/glut/glx/glut_modifier.c [new file with mode: 0644]
src/glut/glx/glut_mroman.c [new file with mode: 0644]
src/glut/glx/glut_overlay.c [new file with mode: 0644]
src/glut/glx/glut_roman.c [new file with mode: 0644]
src/glut/glx/glut_shapes.c [new file with mode: 0644]
src/glut/glx/glut_space.c [new file with mode: 0644]
src/glut/glx/glut_stroke.c [new file with mode: 0644]
src/glut/glx/glut_swap.c [new file with mode: 0644]
src/glut/glx/glut_swidth.c [new file with mode: 0644]
src/glut/glx/glut_tablet.c [new file with mode: 0644]
src/glut/glx/glut_teapot.c [new file with mode: 0644]
src/glut/glx/glut_tr10.c [new file with mode: 0644]
src/glut/glx/glut_tr24.c [new file with mode: 0644]
src/glut/glx/glut_util.c [new file with mode: 0644]
src/glut/glx/glut_vidresize.c [new file with mode: 0644]
src/glut/glx/glut_warp.c [new file with mode: 0644]
src/glut/glx/glut_win.c [new file with mode: 0644]
src/glut/glx/glut_winmisc.c [new file with mode: 0644]
src/glut/glx/glutbitmap.h [new file with mode: 0644]
src/glut/glx/glutint.h [new file with mode: 0644]
src/glut/glx/glutstroke.h [new file with mode: 0644]
src/glut/glx/glutwin32.h [new file with mode: 0644]
src/glut/glx/layerutil.c [new file with mode: 0644]
src/glut/glx/layerutil.h [new file with mode: 0644]
src/glut/glx/mms_depend [new file with mode: 0644]
src/glut/glx/stroke.h [new file with mode: 0644]
src/glut/glx/win32_glx.c [new file with mode: 0644]
src/glut/glx/win32_glx.h [new file with mode: 0644]
src/glut/glx/win32_menu.c [new file with mode: 0644]
src/glut/glx/win32_util.c [new file with mode: 0644]
src/glut/glx/win32_winproc.c [new file with mode: 0644]
src/glut/glx/win32_x11.c [new file with mode: 0644]
src/glut/glx/win32_x11.h [new file with mode: 0644]