Currently I could not find root cause.
but I solved this issue(pop-down window) with below patch(for mail/xpbiff)
--- xpbiff.c.org 2013-04-29 20:27:48.986173288 +0900
+++ xpbiff.c 2013-04-29 22:20:43.195617811 +0900
@@ -988,8 +988,10 @@
mail_size = file_stat.st_size;
if (appResources.raise == True && appResources.stay_raised == False)
XLowerWindow(XtDisplay(toplevel), XtWindow(toplevel));
+#if 0
if (appResources.popup == True)
BreakPopup(toplevel, (XtPointer) NULL, (XtPointer) NULL);
+#endif
}
} else
/* No mail */
0 件のコメント:
コメントを投稿