bitmaps/stepOver.xpm
author Patrik Svestka <patrik.svestka@gmail.com>
Thu, 09 Jun 2022 08:59:11 +0200
branchjv
changeset 19639 03574c4eff56
parent 1061 b0c75b226b04
permissions -rw-r--r--
Replacing obsolete method with newer version Fixes an error from settings/tools/editor/code edit2

/* XPM */
static char * stepOver [] = {
/* width height ncolors cpp [x_hot y_hot] */
"24 18 3 1 0 0",
/* colors */
".      m none  c none",
"*      m black c black",
"R      m black c red",
/* pixels */
"........................" };
"..RRRRRRRRRRRRRRRRRRRR..",
"..RRRRRRRRRRRRRRRRRRRR..",
"..RR................RR..",
"..RR................RR..",
"..RR..****...****...RR..",
"..RR..****...****...RR..",
"..RR..**.......**...RR..",
"..RR..**.......**.RRRRRR",
"..RR..**.......**..RRRR.",
"..RR..**.......**...RR..",
"..RR..**.......**.......",
"......**.......**.......",
"......**.......**.......",
"......**.......**.......",
"......****...****.......",
"......****...****.......",
"........................" };