From d65cc198d8402bfd8e78f793ae7805a468384a4e Mon Sep 17 00:00:00 2001 From: bulia byak Date: Tue, 2 Oct 2007 15:24:27 +0000 Subject: 3dbox cursor (bzr r3825) --- src/pixmaps/cursor-3dbox.xpm | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/pixmaps/cursor-3dbox.xpm (limited to 'src/pixmaps') diff --git a/src/pixmaps/cursor-3dbox.xpm b/src/pixmaps/cursor-3dbox.xpm new file mode 100644 index 000000000..7104789de --- /dev/null +++ b/src/pixmaps/cursor-3dbox.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char const *cursor_3dbox_xpm[] = { +"32 32 3 1", +" c None", +". c #FFFFFF", +"+ c #000000", +" ... ", +" .+. ", +" .+. ", +"....+.... ", +".+++ +++. ", +"....+.... . ", +" .+. .+. ", +" .+. .+++. ", +" ... .+.+.+. ", +" .+..+..+. ", +" .+...+...+. ", +" .+....+....+. ", +" .+.....+.....+. ", +" .+....+++....+. ", +" .+..++...++..+. ", +" .+++.......+++. ", +" .++.........++. ", +" ..++.....++.. ", +" ..+++++.. ", +" ..+.. ", +" . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; -- cgit v1.2.3