Mercurial > emacs
view etc/images/widen.xpm @ 83435:5efa63b61ac5
Make sure `delete-frame-functions' can not prevent the frame from being deleted.
* frame.c (delete_frame_handler): New function.
(Fdelete_frame): Use it to invoke `delete-frame-functions' safely.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-475
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Fri, 30 Dec 2005 05:28:31 +0000 |
parents | 7b615e6c0ea5 |
children |
line wrap: on
line source
/* XPM */ static char * widen_xpm[] = { /* columns rows colors chars-per-pixel */ "24 24 3 1", " c None", ". c #8d4d97577838", "X c black", /* pixels */ " ", " ", " ", " . . ", " . . ", " . . ", " . . ", " . . ", " . XX XX . ", " . XX XX . ", " . XX XX . ", " .XXXXXXXX XXXXXXXX. ", " .XXXXXXXX XXXXXXXX. ", " . XX XX . ", " . XX XX . ", " . XX XX . ", " . . ", " . . ", " . . ", " . . ", " . . ", " ", " ", " "};