From 8b5755851611574fd4010d9fa4e1046b78a501b9 Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Thu, 16 Apr 2020 19:25:35 +0200 Subject: make it build with -Wconversion --- alf/alflayout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alf/alflayout.h') diff --git a/alf/alflayout.h b/alf/alflayout.h index 10fa09d..ce2350f 100644 --- a/alf/alflayout.h +++ b/alf/alflayout.h @@ -26,7 +26,7 @@ typedef struct { // properties set by user int requestedMinWidth; int requestedExpandNumerator; - int requestedFlags; + DWORD requestedFlags; // calculated properties int calculatedMinWidth; -- cgit v1.2.3