summaryrefslogtreecommitdiff
path: root/src/glut/glx/glut_event.c
AgeCommit message (Collapse)Author
2010-09-21glut: Define markWindowHidden for non-Windows only.Vinson Lee
Fixes this GCC warning on MinGW build. glut_event.c:255: warning: 'markWindowHidden' defined but not used
2010-02-27glut: Add asserts to check for null pointer dereferences.Vinson Lee
2009-01-26glut: Minor cleanups.José Fonseca
2008-09-11Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
Conflicts: Makefile progs/demos/Makefile progs/glsl/Makefile progs/redbook/Makefile progs/samples/Makefile progs/tests/Makefile progs/trivial/Makefile progs/xdemos/Makefile src/gallium/Makefile src/mesa/main/attrib.c src/mesa/main/bufferobj.c src/mesa/vbo/vbo_exec_draw.c
2008-09-11glut: only call glFinish() in processWindowWorkList() for indirect contexts.Brian Paul
Basically, do as the comment says.
2007-09-13Fix timer problem when using Fortran bindings (submitted by Bill Mitchell)Brian
Also, add some comments about what's going on.
2007-07-31fix some FreeBSD issuesBrian
2006-05-10move check for event.xbutton.button <= GLUT_MAX_MENUS (see sf bug 1484284)Brian Paul
2006-05-09check event button against GLUT_MAX_MENUS (bug 1484284)Brian Paul
2003-09-08fix timer bug (801485)Brian Paul
2003-02-12replace APIENTRY with GLUTAPIENTRY to be consistant with glut.hBrian Paul
2001-02-09 Committing in .Jouk Jansen
Modified Files: Mesa/src-glut/glut_event.c Mesa/src-glut/glut_get.c Mesa/src-glut/glut_init.c Mesa/src-glut/glutint.h Patch for compilation on very old VMS (version 6.2 and earlier) ----------------------------------------------------------------------
2000-08-22 Committing in .Jouk Jansen
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 ----------------------------------------------------------------------
2000-03-01minor reformattingBrian Paul
2000-01-07 Committing in .Jouk Jansen
Work around for bug in VMS7.2 Modified Files: Mesa/src-glut/glut_event.c ----------------------------------------------------------------------
1999-08-19initial check-in (post crash)Brian Paul