Remove old cairo color set functions
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user