mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-25 21:02:21 +00:00
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).
This commit is contained in:
parent
3a9b964258
commit
c3ea1f7db4
3 changed files with 19 additions and 12 deletions
|
|
@ -321,4 +321,7 @@ extern void miRegionEmpty(
|
|||
extern BoxPtr miRegionExtents(
|
||||
RegionPtr /*pReg*/);
|
||||
|
||||
extern void miPrintRegion(
|
||||
RegionPtr /*pReg*/);
|
||||
|
||||
#endif /* REGIONSTRUCT_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue