Remove old cairo color set functions

This commit is contained in:
Dave Davenport
2017-01-09 08:32:16 +01:00
parent 78916c6a94
commit f42e4ffbd7
8 changed files with 16 additions and 114 deletions

View File

@@ -46,7 +46,7 @@ struct _widget
/** Handle mouse motion, used for dragging */
gboolean ( *motion_notify )( struct _widget *, xcb_motion_notify_event_t * );
int (*get_desired_height) ( struct _widget * );
int ( *get_desired_height )( struct _widget * );
/** widget clicked callback */
widget_clicked_cb clicked;