Japanese translation of message catalog for Sawfish Window-Manager
Revisão | 743fba7f7b5ff3cf37887da3d3127991c60a7b9e (tree) |
---|---|
Hora | 2010-11-17 20:56:09 |
Autor | Michal Maruska <mmaruska@gmai...> |
Commiter | Michal Maruska |
functions.c save-under for message-window
@@ -1328,10 +1328,12 @@ DEFUN("display-message", Fdisplay_message, Sdisplay_message, | ||
1328 | 1328 | attr.border_pixel = BlackPixel(dpy, screen_num); |
1329 | 1329 | attr.event_mask = ExposureMask | ButtonPressMask; |
1330 | 1330 | attr.colormap = image_cmap; |
1331 | + attr.save_under = True; | |
1331 | 1332 | message_win = XCreateWindow (dpy, root_window, x, y, |
1332 | 1333 | message.width, height, 1, |
1333 | 1334 | image_depth, InputOutput, |
1334 | 1335 | image_visual, |
1336 | + CWSaveUnder | | |
1335 | 1337 | CWBackPixel | CWBorderPixel |
1336 | 1338 | | CWOverrideRedirect | CWEventMask |
1337 | 1339 | | CWColormap, &attr); |