[PATCH] include: Fix TXTVIEW_INACTIVE to be -1.
28 Sep
2020
28 Sep
'20
10:16 a.m.
Signed-off-by: Huw Davies <huw(a)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
1902
Age (days ago)
1902
Last active (days ago)
0 comments
1 participants
participants (1)
-
Huw Davies