search for: annolastpointery

Displaying 1 result from an estimated 1 matches for "annolastpointery".

Did you mean: annolastpointerx
2006 Nov 12
1
[PATCH] Annotate shapes, text and dbus support
...#define ANNO_LINE_WIDTH_PRECISION 0.1f + +#define ANNO_STROKE_WIDTH_MIN 0.1f +#define ANNO_STROKE_WIDTH_MAX 20.0f +#define ANNO_STROKE_WIDTH_DEFAULT 1.0f +#define ANNO_STROKE_WIDTH_PRECISION 0.1f + + static int displayPrivateIndex; static int annoLastPointerX = 0; static int annoLastPointerY = 0; -#define ANNO_DISPLAY_OPTION_INITIATE 0 -#define ANNO_DISPLAY_OPTION_ERASE 1 -#define ANNO_DISPLAY_OPTION_CLEAR 2 -#define ANNO_DISPLAY_OPTION_COLOR 3 -#define ANNO_DISPLAY_OPTION_NUM 4 +static char *tools[] = { N_("Brush"), + N_("Rectangle"), + N_(&qu...