aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-08-08 23:09:52 +0200
committerThomas White <taw@bitwiz.org.uk>2013-08-08 23:09:52 +0200
commit4d50c749b9b69b93dda25b93dc6789ee8aac9235 (patch)
treee48ce6a2a2a3ba886bf9e1d54d1a9a2c2e923812
parente7502b9f73ea0fec4f5a9ad5a2180e6f2c3e2c27 (diff)
Add a FIXME
-rw-r--r--src/mainwindow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 0e639ba..47513c4 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -829,6 +829,7 @@ static void draw_overlay(cairo_t *cr, struct presentation *p)
h = p->selection[i]->lop.h;
/* Draw resize handles */
+ /* FIXME: Not if this frame can't be resized */
draw_resize_handle(cr, x, y+h-20.0);
draw_resize_handle(cr, x+w-20.0, y);
draw_resize_handle(cr, x, y);