"Duane Clark" <[EMAIL PROTECTED]> wrote:
> Well, just as a bit of info, the window does not appear to have a
> caption; either in Windows or Wine. The menu pops down when the mouse is
> slid to the very top of the window, and no other border decoration shows
> ever. Here is the call that does i
Dmitry Timoshkov wrote:
"Duane Clark" <[EMAIL PROTECTED]> wrote:
Changelog:
A window with a WS_EX_APPWINDOW extended style can also
get a menu.
[skipped]
/* Set the window menu */
-if ((wndPtr->dwStyle & (WS_CAPTION | WS_CHILD)) == WS_CAPTION )
+
"Duane Clark" <[EMAIL PROTECTED]> wrote:
> Changelog:
> A window with a WS_EX_APPWINDOW extended style can also
> get a menu.
[skipped]
> /* Set the window menu */
>
> -if ((wndPtr->dwStyle & (WS_CAPTION | WS_CHILD)) == WS_CAPTION )
> +
Duane Clark wrote:
I've been using this patch for about a year and a half now, so I might
as well just submit it.
Changelog:
A window with a WS_EX_APPWINDOW extended style can also
get a menu.
It's about time then. I have been using it since you sent it to me.
Works great!
--
Tony L