src/glx/x11/glcontextmodes.c | 25 +++++++++++++++++-------- src/glx/x11/glcontextmodes.h | 6 ++++-- src/glx/x11/glxclient.h | 21 --------------------- src/glx/x11/glxcmds.c | 14 +++++++------- src/glx/x11/glxext.c | 4 ++-- 5 files changed, 30 insertions(+), 40 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit 001de0ac4e9ccd5c440dca4a2994deca668a2d9f Author: Kristian Høgsberg <[EMAIL PROTECTED]> Date: Tue Nov 6 13:32:04 2007 -0500 Remove a couple of "deprecated" fields from __GLXcontextRec. The __GLXcontextRec struct is internal to the libGL implementation. No point in "deprecating", just get rid of it. commit 866d271aa848d33dfded4989c48ba46108d6cceb Author: Kristian Høgsberg <[EMAIL PROTECTED]> Date: Tue Nov 6 11:56:24 2007 -0500 Don't return 0 in a void function.
_______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
