Recovery of release 990110 after disk crash.
See Changelog for changes between 990103 and 990110.
diff --git a/windows/sysmetrics.c b/windows/sysmetrics.c
index 6b626a6..eb97bda 100644
--- a/windows/sysmetrics.c
+++ b/windows/sysmetrics.c
@@ -18,6 +18,18 @@
* SYSMETRICS_Init
*
* Initialisation of the system metrics array.
+ *
+ * Differences in return values between 3.1 and 95 apps under Win95 (FIXME ?):
+ * SM_CXVSCROLL x+1 x
+ * SM_CYHSCROLL x+1 x
+ * SM_CXDLGFRAME x-1 x
+ * SM_CYDLGFRAME x-1 x
+ * SM_CYCAPTION x+1 x
+ * SM_CYMENU x-1 x
+ * SM_CYFULLSCREEN x-1 x
+ *
+ * (collides with TWEAK_WineLook sometimes,
+ * so changing anything might be difficult)
*/
void SYSMETRICS_Init(void)
{