Mercurial > emacs
view etc/images/gud/stop.xpm @ 111979:b8b55da43e95
Handle invisible cursor (bg same as cursor color) for Nextstep.
* nsterm.m (ns_draw_window_cursor): If the cursor color is the
same as the background, use the face forground as cursor.
author | Jan D. <jan.h.d@swipnet.se> |
---|---|
date | Thu, 16 Dec 2010 20:37:13 +0100 |
parents | 55c8407fa5ee |
children |
line wrap: on
line source
/* XPM */ static char * stop_xpm[] = { "24 24 3 1", " c None", ". c #cc0033", "X c #FFFFFFFFFFFF", " ", " ", " .......... ", " ............ ", " .............. ", " ................ ", " .................. ", " ..XX..XXX..XX..XXX.. ", " .X..X..X..X..X.X..X. ", " .X.....X..X..X.X..X. ", " .X.....X..X..X.X..X. ", " ..X....X..X..X.X..X. ", " ...X...X..X..X.XXX.. ", " ....X..X..X..X.X.... ", " ....X..X..X..X.X.... ", " .X..X..X..X..X.X.... ", " ..XX...X...XX..X.... ", " .................. ", " ................ ", " .............. ", " ............ ", " .......... ", " ", " "};