gaim/gaim

Parents e3ca0b2e80c4
Children 25b17bb0c5b8
This should fix the issue where the docked Buddy List's menus are obscured by the buddy list
--- a/plugins/win32/winprefs/gtkappbar.c Fri Jan 21 15:15:57 2005 -0500
+++ b/plugins/win32/winprefs/gtkappbar.c Sat Jan 22 17:27:56 2005 -0500
@@ -502,8 +502,8 @@
SetWindowPos(msg->hwnd, HWND_BOTTOM, 0, 0, 0, 0,
SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE);
} else {
- SetWindowPos(msg->hwnd, HWND_TOPMOST, 0, 0, 0, 0,
- SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE);
+ SetWindowPos(msg->hwnd, HWND_NOTOPMOST, 0, 0, 0, 0,
+ SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE | SWP_FRAMECHANGED);
}
break;