summaryrefslogtreecommitdiff
path: root/libgstroke/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'libgstroke/TODO')
-rw-r--r--libgstroke/TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/libgstroke/TODO b/libgstroke/TODO
new file mode 100644
index 0000000..1427876
--- /dev/null
+++ b/libgstroke/TODO
@@ -0,0 +1,11 @@
+TODO
+-----
+
+Make gnome-stroke-draw.c:gstroke_invisible_window_init (GtkWidget *widget)
+use Gtk+ primitives, not X11 primitives (no idea if this is even possible).
+
+Should the static vars gstroke_* in gnome_stroke_draw.c be moved to
+stroke_metrics structure?
+
+Improve the autoconf macros. They should probably use the gnome
+autoconf infrastructure. Help with this would be appreciated.