Home
last modified time | relevance | path

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

/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dtuxpaint.c98 #define COLORSEL_DISABLE 0 /* disable and draw the (greyed out) colors */ macro
3240 draw_colors(COLORSEL_DISABLE); in mainloop()
3309 draw_colors(COLORSEL_DISABLE); in mainloop()
3318 draw_colors(COLORSEL_DISABLE); in mainloop()
8670 else if (action == COLORSEL_DISABLE) in draw_colors()
8671 colors_state = COLORSEL_DISABLE; in draw_colors()