Commit 58f8f127 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

SM_ARRANGE is ARW_HIDE, i.e. 8

parent be859592
......@@ -133,7 +133,7 @@ void SYSMETRICS_Init(void)
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment