Displaying 1 result from an estimated 1 matches for "anno_display_option_line_width".
2006 Nov 12
1
[PATCH] Annotate shapes, text and dbus support
...+
+#define ANNO_DISPLAY_OPTION_INITIATE 0
+#define ANNO_DISPLAY_OPTION_REMOTE_INITIATE 1
+#define ANNO_DISPLAY_OPTION_ERASE 2
+#define ANNO_DISPLAY_OPTION_CLEAR 3
+#define ANNO_DISPLAY_OPTION_FILL_COLOR 4
+#define ANNO_DISPLAY_OPTION_STROKE_COLOR 5
+#define ANNO_DISPLAY_OPTION_LINE_WIDTH 6
+#define ANNO_DISPLAY_OPTION_STROKE_WIDTH 7
+#define ANNO_DISPLAY_OPTION_TOOL 8
+#define ANNO_DISPLAY_OPTION_NUM 9
typedef struct _AnnoDisplay {
int screenPrivateIndex;
@@ -68,6 +92,12 @@
cairo_surface_t *surface;
cairo_t *cairo;...