Files
xserver_xsdl/mi
Daniel Stone c3ea1f7db4 dix/mi: still more warning fixes
Fix up prototypes for PrintChildren and PrintWindowTree in the dix.
Make miPrintRegion be unconditionally defined, and move the prototype into
regionstr.h.
Change a bunch of ScreenPtr pScreen = foo; to
ScreenPtr pScreen; pScreen = foo; in window.c, so we avoid unused variable
references (as inline REGION_* doesn't reference pScreen).
2006-11-08 15:29:16 +02:00
..
2006-11-08 15:29:15 +02:00
2006-10-25 01:10:20 +03:00
2006-10-25 01:10:20 +03:00
2006-11-08 15:29:16 +02:00