Home
last modified time | relevance | path

Searched refs:VALUE_LOCK (Results 1 – 1 of 1) sorted by relevance

/dports/games/xmris/xmris.4.04/
H A Dcontrol.c46 #define VALUE_LOCK 256 macro
254 {GIZMO_FILLS + 0, {CELL_WIDTH, CELL_HEIGHT}, 0, VALUE_LOCK | 0},
255 {GIZMO_FILLS + 1, {CELL_WIDTH, CELL_HEIGHT}, 0, VALUE_LOCK | 1},
259 0, VALUE_LOCK | 0},
261 0, VALUE_LOCK | 1},
263 0, VALUE_LOCK | 2},
656 colors[backgrounds[iptr->color & ~VALUE_LOCK][0]].pixel;
658 colors[backgrounds[iptr->color & ~VALUE_LOCK][1]].pixel;
659 gcv.stipple = fills[iptr->fill & ~VALUE_LOCK].mask;
940 if(!(iptr->color & VALUE_LOCK))
[all …]