view lisp/toolbar/cut.xpm @ 53911:609de9ab5f75

* xselect.c (x_get_foreign_selection): Add new optional parameter time_stamp. (Fx_get_selection_internal): Ditto, pass time_stamp to x_get_foreign_selection.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 10 Feb 2004 17:19:14 +0000
parents 8f4a34146a9d
children 734ff40978ad
line wrap: on
line source

/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"24 24 2 1",
"  c Gray0",
". c None",
/* pixels */
"........................",
"........................",
"........................",
"........................",
"........................",
".................. .....",
"................  ......",
"...............  .......",
"..............  ........",
".............  .........",
"....    ....  .....   ..",
"... ...  ..  ...    ....",
"... ...           ......",
"....    ...    .........",
"..........  ............",
".........   ............",
"........ .. ............",
"....... ... ............",
"....... .. .............",
".......   ..............",
"........................",
"........................",
"........................",
"........................"
};