diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-04-16 19:25:35 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-04-16 19:25:35 +0200 |
| commit | 8b5755851611574fd4010d9fa4e1046b78a501b9 (patch) | |
| tree | 84817c8bea211c099d72967470a1f054ece707c6 /alf/alflayout.h | |
| parent | 536ea04c34ba761d7031eeabb6d50adab0f0f2bd (diff) | |
make it build with -Wconversion
Diffstat (limited to 'alf/alflayout.h')
| -rw-r--r-- | alf/alflayout.h | 2 |
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; |
