Displaying 1 result from an estimated 1 matches for "annolastpointerx".
Did you mean:
annolastpointery
2006 Nov 12
1
[PATCH] Annotate shapes, text and dbus support
...ANNO_LINE_WIDTH_DEFAULT 3.0f
+#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_(&...