36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
From 85b403445b2308fa6277aa26446da790866fe052 Mon Sep 17 00:00:00 2001
|
|
From: Jacek Caban <jacek@codeweavers.com>
|
|
Date: Fri, 17 Apr 2015 16:42:32 +0200
|
|
Subject: textstor.idl: Updated to current Wine version.
|
|
|
|
|
|
diff --git a/mingw-w64-headers/include/textstor.h b/mingw-w64-headers/include/textstor.h
|
|
index 7581c39..0e051d7 100644
|
|
--- a/mingw-w64-headers/include/textstor.h
|
|
+++ b/mingw-w64-headers/include/textstor.h
|
|
@@ -91,6 +91,10 @@ extern "C" {
|
|
|
|
#define TS_ST_CORRECTION (0x1)
|
|
|
|
+#define GXFPF_ROUND_NEAREST (0x1)
|
|
+
|
|
+#define GXFPF_NEAREST (0x2)
|
|
+
|
|
typedef enum __WIDL_textstor_generated_name_00000002 {
|
|
TS_AE_NONE = 0,
|
|
TS_AE_START = 1,
|
|
diff --git a/mingw-w64-headers/include/textstor.idl b/mingw-w64-headers/include/textstor.idl
|
|
index 5492071..7640e8c 100644
|
|
--- a/mingw-w64-headers/include/textstor.idl
|
|
+++ b/mingw-w64-headers/include/textstor.idl
|
|
@@ -74,6 +74,9 @@ const DWORD TS_IAS_QUERYONLY = 0x2;
|
|
|
|
const DWORD TS_ST_CORRECTION = 0x1;
|
|
|
|
+const DWORD GXFPF_ROUND_NEAREST = 0x1;
|
|
+const DWORD GXFPF_NEAREST = 0x2;
|
|
+
|
|
typedef [uuid(05fcf85b-5e9c-4c3e-ab71-29471d4f38e7)] enum { TS_AE_NONE, TS_AE_START, TS_AE_END } TsActiveSelEnd;
|
|
typedef [uuid(033b0df0-f193-4170-b47b-141afc247878)] enum { TS_RT_PLAIN, TS_RT_HIDDEN, TS_RT_OPAQUE } TsRunType;
|
|
typedef [uuid(ef3457d9-8446-49a7-a9e6-b50d9d5f3fd9)] GUID TS_ATTRID;
|