Here it is, against 21.4 CVS (let me know if gmail mangles the patch).

Robert

pcl-cvs: descending directory
Index: frame-msw.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/frame- msw.c,v
retrieving revision 1.33.2.4
diff -u -p -r1.33.2.4 frame-msw.c
--- frame-msw.c    2003/03/20 03:53:37    1.33.2.4
+++ frame-msw.c    2006/08/22 08:35:09
@@ -45,7 +45,7 @@ Boston, MA 02111-1307, USA.  */
 
 #define MSWINDOWS_FRAME_STYLE (WS_CLIPCHILDREN | WS_CLIPSIBLINGS | WS_OVERLAPPEDWINDOW)
 #define MSWINDOWS_POPUP_STYLE (WS_CLIPCHILDREN | WS_CLIPSIBLINGS | WS_POPUP \
-                   | WS_CAPTION | WS_BORDER | WS_SYSMENU | WS_MINIMIZEBOX)
+                   | WS_BORDER | WS_SYSMENU | WS_MINIMIZEBOX)
 
 #define MSWINDOWS_FRAME_EXSTYLE WS_EX_OVERLAPPEDWINDOW
 #define MSWINDOWS_POPUP_EXSTYLE WS_EX_PALETTEWINDOW


On 8/25/06, Adrian Aichner <adrian@xemacs.org> wrote:
"Robert Pluim" <rpluim@gmail.com> writes:

> On 8/18/06, Robert Pluim <rpluim@gmail.com> wrote:
>
>     4. The balloon-help frame actually has a title.  I was expecting it to
>     just be a tooltippy kind of window.  Perhaps it should be a dialog
>     rather than a window?
>
> Ok, we could fix this by removing WS_CAPTION  from MSWINDOWS_POPUP_STYLE, I
> think. If we wanted to, that is.

Hi Robert, do you have a patch for this for me to try out?

Adrian

>
> Robert
>

--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/