gdi32: Rename bidi.c to text.c.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jacek Caban 2021-08-19 10:25:04 +02:00 committed by Alexandre Julliard
parent b223f82603
commit 64df8e975b
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,6 @@ DELAYIMPORTS = setupapi
EXTRADLLFLAGS = -mno-cygwin EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ C_SRCS = \
bidi.c \
bitblt.c \ bitblt.c \
bitmap.c \ bitmap.c \
brush.c \ brush.c \
@ -46,6 +45,7 @@ C_SRCS = \
pen.c \ pen.c \
printdrv.c \ printdrv.c \
region.c \ region.c \
text.c \
uniscribe/bidi.c \ uniscribe/bidi.c \
uniscribe/bracket.c \ uniscribe/bracket.c \
uniscribe/breaking.c \ uniscribe/breaking.c \

View File

@ -1,5 +1,5 @@
/* /*
* GDI BiDirectional handling * GDI text handling
* *
* Copyright 2003 Shachar Shemesh * Copyright 2003 Shachar Shemesh
* Copyright 2007 Maarten Lankhorst * Copyright 2007 Maarten Lankhorst