2012-12-11 05:54:43 +01:00
|
|
|
$NetBSD: patch-bs,v 1.3 2012/12/11 04:54:47 dholland Exp $
|
2004-03-25 23:13:34 +01:00
|
|
|
|
2008-04-05 23:29:14 +02:00
|
|
|
--- src/xmenu.c.orig 1998-12-28 23:15:47.000000000 +0100
|
|
|
|
+++ src/xmenu.c 2008-04-02 22:40:18.000000000 +0200
|
|
|
|
@@ -1500,7 +1501,7 @@
|
|
|
|
{
|
|
|
|
XtManageChild (x->menubar_widget);
|
|
|
|
XtMapWidget (x->menubar_widget);
|
|
|
|
- XtVaSetValues (x->menubar_widget, XtNmappedWhenManaged, 1, 0);
|
|
|
|
+ XtVaSetValues (x->menubar_widget, XtNmappedWhenManaged, 1, NULL);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Re-manage the text-area widget, and then thrash the sizes. */
|