Mercurial > emacs
view lisp/toolbar/reply-all.xpm @ 56479:45d805d79d29
mac.c (sys_select): Block input around call to
ReceiveNextEvent to prevent breakage. Correctly handle
blocking on event queue only by calling ReceiveNextEvent
instead of select (since GUI events aren't on an fd).
(sys_read): Remove function
sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
author | Steven Tamm <steventamm@mac.com> |
---|---|
date | Mon, 19 Jul 2004 06:38:14 +0000 |
parents | 8aaba207e44b |
children |
line wrap: on
line source
/* XPM */ static char * reply_all_xpm[] = { /* columns rows colors chars-per-pixel */ "24 24 9 1", " c None", ". c black", "X c #673e666663d4", "o c #eb46ea1de471", "O c #a852a7bea3d2", "+ c #ae51c17b9b26", "@ c #8d4d97577838", "# c #7c7c8b8b6e6e", "$ c #5e0868be52d3", /* pixels */ " ", " ", " .... ", " .....XooO. ", " .....XOooooooO. ", " .XOooooooooooXOO. ", " .oXXooooooooOXOo. ", " .OoOXXooooooXOoo. ", " .oooOOXOooXXXooO. ", " ........XXOoOXOo. ", " ..++++@.ooooooXO. ", " ..+@@@.oooooooXO. ", " ..+@@@#.oooooooO.. ", " ..++@@@#$.ooooO... ", " .++++@@#.$ .. ", " .+@@@#.o .. .O .O ", " .+@#$. .O. .O .O ", " .#$. .O .o .O .O ", " .$. . .O .O .O ", " . ....O .O .O ", " .O .O .O .O ", " .O .O .O .O ", " .O .O .O .O ", " "};