Move mi/miregion.c to dix/region.c

Reviewed-by: Jamey Sharp <jamey@minilop.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard 2010-05-22 00:09:47 -07:00
parent 9b6f5f549d
commit d17e726e89
3 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,7 @@ libdix_la_SOURCES = \
privates.c \ privates.c \
property.c \ property.c \
ptrveloc.c \ ptrveloc.c \
region.c \
registry.c \ registry.c \
resource.c \ resource.c \
selection.c \ selection.c \

View File

@ -48,7 +48,6 @@ libmi_la_SOURCES = \
mipolytext.c \ mipolytext.c \
mipolyutil.c \ mipolyutil.c \
mipushpxl.c \ mipushpxl.c \
miregion.c \
miscanfill.h \ miscanfill.h \
miscrinit.c \ miscrinit.c \
mispans.c \ mispans.c \