annotate etc/custom/right-pushed.xpm @ 5209:94982b8f9485
When printing a frame, print its device, making things clearer with gnuserv
2010-04-06 Aidan Kehoe <kehoea@parhasard.net>
* frame.c (print_frame):
When printing a frame, print its device, making the output of
#'frame-list a lot more helpful if using gnuclient.
author |
Aidan Kehoe <kehoea@parhasard.net> |
date |
Tue, 06 Apr 2010 16:32:42 +0100 |
parents |
43dd3413c7c7 |
children |
7910031dd78a |
rev |
line source |
155
|
1 /* XPM */
|
|
2 static char * right_xpm[] = {
|
|
3 "10 10 5 1",
|
|
4 " c Gray40",
|
|
5 ". c Gray40",
|
|
6 "X c none",
|
|
7 "o c Gray75",
|
|
8 "O c Gray90",
|
|
9 " .XXXXXXXX",
|
|
10 " ...XXXXXX",
|
|
11 " ....XXXX",
|
|
12 " oo....XX",
|
|
13 " oooo....",
|
|
14 " ooooOOOO",
|
|
15 " ooOOOOXX",
|
|
16 " OOOOXXXX",
|
|
17 " OOOXXXXXX",
|
|
18 " OXXXXXXXX"};
|