From: Brian P. <br...@va...> - 2001-02-09 17:04:15
|
Jacob Jansen wrote: > > CVSROOT: /cvsroot/mesa3d > Module name: Mesa > Repository: Mesa/vms/ > Changes by: joukj@usw-pr-cvs1. 01/02/09 00:25:18 > > Modified files: > Mesa/demos/: Tag: mesa_3_4_branch > descrip.mms > Mesa/src/: Tag: mesa_3_4_branch > descrip.mms > Mesa/src/X/: Tag: mesa_3_4_branch > glxheader.h xfonts.c xfonts.h > Mesa/src-glu/: Tag: mesa_3_4_branch > descrip.mms > Mesa/src-glut/: Tag: mesa_3_4_branch > descrip.mms > Mesa/vms/: Tag: mesa_3_4_branch > analyze_map.com xlib_share.opt > Added files: > Mesa/include/GL/: Tag: mesa_3_4_branch > vms_x_fix.h > > Revision Changes Path > 1.1.1.1.6.1 +158 -41 Mesa/demos/descrip.mms > 1.13.4.1 +1 -1 Mesa/src/descrip.mms > 1.1.4.1 +5 -1 Mesa/src/X/glxheader.h > 1.6.4.4 +6 -1 Mesa/src/X/xfonts.c > 1.1.4.1 +5 -1 Mesa/src/X/xfonts.h > 1.4.4.1 +137 -21 Mesa/src-glu/descrip.mms > 1.2.6.1 +139 -121 Mesa/src-glut/descrip.mms > 1.2.6.1 +4 -1 Mesa/vms/analyze_map.com > 1.1.6.1 +2 -0 Mesa/vms/xlib_share.opt > > Log message: > Modified Files: > Tag: mesa_3_4_branch > Mesa/demos/descrip.mms 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/descrip.mms > Mesa/vms/analyze_map.com Mesa/vms/xlib_share.opt > Added Files: > Tag: mesa_3_4_branch > Mesa/include/GL/vms_x_fix.h > > backported from version 3.5 some VMS compile issues It looks like the vms_x_fix.h file is only included by files in the Mesa/src/X/ directory. Is vms_x_fix.h ever included by client programs? If not, vms_x_fix.h should be moved to Mesa/src/X/. The headers in Mesa/include/GL are meant to be public headers which may be included by client programs, not headers internal to Mesa. -Brian |