Mercurial > emacs
view lisp/toolbar/gud-n.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 | 01eff098e535 |
children | f7114bba1fd4 |
line wrap: on
line source
/* XPM */ static char * next_xpm[] = { "24 24 7 1", " c #c0c0c0", ". c #cc0033", "X c #616161", "o c #2a1f55", "O c #adadad", "+ c #d40000", "@ c #cc9999", " ", " ", " ", " ", " .......... ", " . . ", " . . ", " . Xo oX . ", " . XoO OoX . ", " . oo oo +@.@+ ", " oo oo @...@ ", " oo oo ... ", " oX Xo @.@ ", " oo oo . ", " oX Xo ", " oo oo ", " oo oo ", " oo oo ", " XoO OoX ", " Xo oX ", " ", " ", " ", " "};