http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d44f4c
)
user32: Added missing break.
author
Marcus Meissner
<marcus@jet.franken.de>
Fri, 18 Mar 2011 21:32:27 +0000
(22:32 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 28 Mar 2011 15:11:50 +0000
(17:11 +0200)
dlls/user32/class.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/user32/class.c
b/dlls/user32/class.c
index 91409e28a97d5f01bd812da865dd0d80b89934d3..8b5060a628b6111b33b11f3e64e8e6c38697a2e8 100644
(file)
--- a/
dlls/user32/class.c
+++ b/
dlls/user32/class.c
@@
-136,6
+136,7
@@
static BOOL set_server_info( HWND hwnd, INT offset, LONG_PTR newval, UINT size )
case GCW_ATOM:
req->flags = SET_CLASS_ATOM;
req->atom = LOWORD(newval);
+ break;
case GCL_STYLE:
req->flags = SET_CLASS_STYLE;
req->style = newval;