From afd34f2893a06a3aecf17e8e83b1df6ed2ae91a2 Mon Sep 17 00:00:00 2001 From: iroul Date: Fri, 4 Apr 2014 07:35:14 -0700 Subject: move to my github. --- res/cursor/mac_16x16/exit.xpm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 res/cursor/mac_16x16/exit.xpm (limited to 'res/cursor/mac_16x16/exit.xpm') diff --git a/res/cursor/mac_16x16/exit.xpm b/res/cursor/mac_16x16/exit.xpm new file mode 100644 index 0000000..f0e69e1 --- /dev/null +++ b/res/cursor/mac_16x16/exit.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char *exit[]={ +"16 16 3 1", +". c None", +"# c #000000", +"a c #ffffff", +"................", +"................", +"................", +"......#.........", +".....##.........", +"....#a#.........", +"...#aa#########.", +"..#aaa..aaaaaa#.", +".#aaaaaaaaaaaa#.", +"..#aaaaaaaaaaa#.", +"...#aa#########.", +"....#a#.........", +".....##.........", +"......#.........", +"................", +"................"}; -- cgit v1.2.3