(svn r13110) -Fix [FS#2018]: some toolbar buttons not being unpressed properly.

This commit is contained in:
rubidium
2008-05-15 20:52:28 +00:00
parent 9013632325
commit c81a333cb6
2 changed files with 12 additions and 7 deletions

View File

@@ -94,6 +94,8 @@ enum WindowClass {
WC_BUILD_SIGNAL,
WC_COMPANY_PASSWORD_WINDOW,
WC_OSK,
WC_INVALID = 0xFFFF
};
struct Window;