Steven Edwards : gdi: Move EMRSETTEXTJUSTIFICATION structure to the private gdi header.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 3 06:38:03 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 50690e5fa28a1f377f1535e9ecc035c35dc19c77
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=50690e5fa28a1f377f1535e9ecc035c35dc19c77

Author: Steven Edwards <winehacker at gmail.com>
Date:   Tue Jan  3 13:16:59 2006 +0100

gdi: Move EMRSETTEXTJUSTIFICATION structure to the private gdi header.

---

 dlls/gdi/gdi_private.h |    6 ++++++
 include/wingdi.h       |    6 ------
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dlls/gdi/gdi_private.h b/dlls/gdi/gdi_private.h
index 26df293..7e06239 100644
--- a/dlls/gdi/gdi_private.h
+++ b/dlls/gdi/gdi_private.h
@@ -28,6 +28,12 @@
 #define METAFILE_MEMORY 1
 #define METAFILE_DISK   2
 
+typedef struct {
+    EMR   emr;
+    INT   nBreakExtra;
+    INT   nBreakCount;
+} EMRSETTEXTJUSTIFICATION, *PEMRSETTEXTJUSTIFICATION;
+
 /* extra stock object: default 1x1 bitmap for memory DCs */
 #define DEFAULT_BITMAP (STOCK_LAST+1)
 
diff --git a/include/wingdi.h b/include/wingdi.h
index 032efbb..b4ea1b5 100644
--- a/include/wingdi.h
+++ b/include/wingdi.h
@@ -2648,12 +2648,6 @@ typedef struct {
   BYTE  Data[1];
 } EMRGLSBOUNDEDRECORD, *PEMRGLSBOUNDEDRECORD;
 
-typedef struct {
-	EMR   emr;
-	INT   nBreakExtra;
-	INT	  nBreakCount;
-} EMRSETTEXTJUSTIFICATION, *PEMRSETTEXTJUSTIFICATION;
-
 typedef INT (CALLBACK *ENHMFENUMPROC)(HDC, HANDLETABLE *,
                                       const ENHMETARECORD *, INT, LPARAM);
 




More information about the wine-cvs mailing list