do clipping prior to XGetImage, just in case the image would extend beyond the screen...
[mesa.git] / src / mesa / drivers / x11 / descrip.mms
index 9be2afac962b0e6453d0a89b9162c14c7e48d893..ffac99fc304fdce2a61a63d34b10fd0dd764505c 100644 (file)
@@ -9,6 +9,7 @@
        define swrast [--.swrast]
        define swrast_setup [--.swrast_setup]
        define array_cache [--.array_cache]
+       define drivers [-]
 
 .include [----]mms-config.
 
@@ -38,3 +39,12 @@ $(LIBDIR)$(GL_LIB) : $(OBJECTS)
 clean :
        purge
        delete *.obj;*
+
+fakeglx.obj : fakeglx.c
+glxapi.obj : glxapi.c
+xfonts.obj : xfonts.c
+xm_api.obj : xm_api.c
+xm_dd.obj : xm_dd.c
+xm_line.obj : xm_line.c
+xm_span.obj : xm_span.c
+xm_tri.obj : xm_tri.c