Jacek Caban : gdi32: Rename bidi.c to text.c.

Alexandre Julliard julliard at winehq.org
Thu Aug 19 16:00:06 CDT 2021


Module: wine
Branch: master
Commit: 64df8e975b5937921e60601bb75716a15ff053e9
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=64df8e975b5937921e60601bb75716a15ff053e9

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Aug 19 10:25:04 2021 +0200

gdi32: Rename bidi.c to text.c.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/gdi32/Makefile.in        | 2 +-
 dlls/gdi32/{bidi.c => text.c} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/gdi32/Makefile.in b/dlls/gdi32/Makefile.in
index 509bb0c72db..e4eb248a888 100644
--- a/dlls/gdi32/Makefile.in
+++ b/dlls/gdi32/Makefile.in
@@ -9,7 +9,6 @@ DELAYIMPORTS = setupapi
 EXTRADLLFLAGS = -mno-cygwin
 
 C_SRCS = \
-	bidi.c \
 	bitblt.c \
 	bitmap.c \
 	brush.c \
@@ -46,6 +45,7 @@ C_SRCS = \
 	pen.c \
 	printdrv.c \
 	region.c \
+	text.c \
 	uniscribe/bidi.c \
 	uniscribe/bracket.c \
 	uniscribe/breaking.c \
diff --git a/dlls/gdi32/bidi.c b/dlls/gdi32/text.c
similarity index 99%
rename from dlls/gdi32/bidi.c
rename to dlls/gdi32/text.c
index f3fc1dd1d44..7e2d5d6a90e 100644
--- a/dlls/gdi32/bidi.c
+++ b/dlls/gdi32/text.c
@@ -1,5 +1,5 @@
 /*
- * GDI BiDirectional handling
+ * GDI text handling
  *
  * Copyright 2003 Shachar Shemesh
  * Copyright 2007 Maarten Lankhorst




More information about the wine-cvs mailing list