[PATCH] include: Fix TXTVIEW_INACTIVE to be -1.

Huw Davies huw at codeweavers.com
Mon Sep 28 05:16:59 CDT 2020


Signed-off-by: Huw Davies <huw at codeweavers.com>
---
 include/textserv.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/textserv.h b/include/textserv.h
index d3583f3a96e..1272a6bba00 100644
--- a/include/textserv.h
+++ b/include/textserv.h
@@ -174,7 +174,7 @@ enum TXTNATURALSIZE {
 
 enum TXTVIEW {
     TXTVIEW_ACTIVE = 0,
-    TXTVIEW_INACTIVE = 1
+    TXTVIEW_INACTIVE = -1
 };
 
 #define TXTBIT_RICHTEXT         0x000001
-- 
2.23.0




More information about the wine-devel mailing list