audacia/images/Cursors16/StretchRightCursor.xpm

23 lines
471 B
C
Raw Normal View History

2014-11-14 22:06:01 +00:00
/* XPM */
2018-01-14 10:17:05 +00:00
static const char * const StretchRightCursorXpm[] = {
"16 16 3 1",
". c #FF0000", // mask color = RGB:255,0,0
"# c #000000",
"+ c #FFFFFF",
"................",
"........#+......",
"........#+......",
"........#+......",
"...+#####+......",
"...+#...#+......",
"...+#...#+......",
"...+#...#+......",
".########+......",
"...+#...#+......",
"...+#...#+......",
"...+#...#+......",
"...+#####+......",
"........#+......",
"........#+......",
"........#+......"};