diff options
Diffstat (limited to 'widgets/misc/pixmaps')
-rw-r--r-- | widgets/misc/pixmaps/cursor_cross.xpm | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/widgets/misc/pixmaps/cursor_cross.xpm b/widgets/misc/pixmaps/cursor_cross.xpm new file mode 100644 index 0000000000..48f848e9ea --- /dev/null +++ b/widgets/misc/pixmaps/cursor_cross.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * cursor_cross_xpm[] = { +"32 32 3 1", +" c None", +". c #000000", +"+ c #FFFFFF", +" ", +" ", +" ", +" ", +" ", +" ......... ", +" .+++++++.. ", +" .+++++++.. ", +" .+++++++.. ", +" .+++++++.. ", +" .+++++++.. ", +" .......+++++++........ ", +" .+++++++++++++++++++.. ", +" .+++++++++++++++++++.. ", +" .+++++++++++++++++++.. ", +" .+++++++++++++++++++.. ", +" .+++++++++++++++++++.. ", +" .+++++++++++++++++++.. ", +" .+++++++++++++++++++.. ", +" .......+++++++........ ", +" ......+++++++........ ", +" .+++++++.. ", +" .+++++++.. ", +" .+++++++.. ", +" .+++++++.. ", +" .......... ", +" ......... ", +" ", +" ", +" ", +" ", +" "}; |