app: add a canvas group for tool items

so we can control where in the canvas item stack they appear.
Put the group right below the software cursor.
This commit is contained in:
Michael Natterer
2011-11-16 21:10:43 +01:00
parent 57755ee75a
commit ffc9948d6e
6 changed files with 50 additions and 20 deletions

View File

@ -125,6 +125,7 @@ struct _GimpDisplayShell
GimpCanvasItem *guides; /* item proxies of guides */
GimpCanvasItem *sample_points; /* item proxies of sample points */
GimpCanvasItem *layer_boundary; /* item for the layer boundary */
GimpCanvasItem *tool_items; /* tools items, below the cursor */
GimpCanvasItem *cursor; /* item for the software cursor */
guint title_idle_id; /* title update idle ID */