• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

修订版743fba7f7b5ff3cf37887da3d3127991c60a7b9e (tree)
时间2010-11-17 20:56:09
作者Michal Maruska <mmaruska@gmai...>
CommiterMichal Maruska

Log Message

functions.c save-under for message-window

更改概述

差异

--- a/src/functions.c
+++ b/src/functions.c
@@ -1328,10 +1328,12 @@ DEFUN("display-message", Fdisplay_message, Sdisplay_message,
13281328 attr.border_pixel = BlackPixel(dpy, screen_num);
13291329 attr.event_mask = ExposureMask | ButtonPressMask;
13301330 attr.colormap = image_cmap;
1331+ attr.save_under = True;
13311332 message_win = XCreateWindow (dpy, root_window, x, y,
13321333 message.width, height, 1,
13331334 image_depth, InputOutput,
13341335 image_visual,
1336+ CWSaveUnder |
13351337 CWBackPixel | CWBorderPixel
13361338 | CWOverrideRedirect | CWEventMask
13371339 | CWColormap, &attr);