• R/O
  • HTTP
  • SSH
  • HTTPS

source: 提交


Commit MetaInfo

修訂2891e9212ffa4068623838e6f9a7242f4c299107 (tree)
時間2023-02-22 21:15:33
作者SHIRAKATA Kentaro <argrath@ub32...>
CommiterSHIRAKATA Kentaro

Log Message

fix #46031

Change Summary

差異

--- a/win/X11/winmesg.c
+++ b/win/X11/winmesg.c
@@ -539,7 +539,7 @@ struct xwindow *wp;
539539 mesg_info->char_lbearing, mesg_info->char_ascent + y_base,
540540 curr->line, curr->str_length);
541541 #else
542- /* GCを使い回さずにコピーしたものを使う */
542+ /* GC???g???񂳂??ɃR?s?[???????̂??g?? */
543543 GC gc = XCreateGC(XtDisplay(wp->w), XtWindow(wp->w), 0, NULL );
544544 XtGCMask mask = GCFunction | GCForeground | GCBackground | GCFont;
545545 XCopyGC(XtDisplay(wp->w), mesg_info->gc, mask, gc);
Show on old repository browser