| commit | 58f8f127601f545cab853b47c0416fdfbd93ab9a | [log] [tgz] |
|---|---|---|
| author | Francois Gouget <fgouget@codeweavers.com> | Wed Nov 15 22:12:35 2000 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Nov 15 22:12:35 2000 +0000 |
| tree | 973c95963e9bdac99e1d544dae1f8b6c0a4c17a0 | |
| parent | be8595922611006cca0f132e47a5099a8e87e97b [diff] [blame] |
SM_ARRANGE is ARW_HIDE, i.e. 8
diff --git a/windows/sysmetrics.c b/windows/sysmetrics.c index c397fc3..81c67da 100644 --- a/windows/sysmetrics.c +++ b/windows/sysmetrics.c
@@ -133,7 +133,7 @@ sysMetrics[SM_CYMENUSIZE] = sysMetrics[SM_CXMENUSIZE]; /* FIXME: What do these mean? */ - sysMetrics[SM_ARRANGE] = 8; + sysMetrics[SM_ARRANGE] = ARW_HIDE; sysMetrics[SM_CXMINIMIZED] = 160; sysMetrics[SM_CYMINIMIZED] = 24;