summaryrefslogtreecommitdiff
path: root/alf/alflayout.h
diff options
context:
space:
mode:
authorJonas Kümmerlin <jonas@kuemmerlin.eu>2020-04-16 19:25:35 +0200
committerJonas Kümmerlin <jonas@kuemmerlin.eu>2020-04-16 19:25:35 +0200
commit8b5755851611574fd4010d9fa4e1046b78a501b9 (patch)
tree84817c8bea211c099d72967470a1f054ece707c6 /alf/alflayout.h
parent536ea04c34ba761d7031eeabb6d50adab0f0f2bd (diff)
make it build with -Wconversion
Diffstat (limited to 'alf/alflayout.h')
-rw-r--r--alf/alflayout.h2
1 files changed, 1 insertions, 1 deletions
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;