app: rename process_stroke() and process_hover() to request_foo()
Because that's what we are doing by calling the functions: requesting the emission of "stroke" and "hover" signals.
This commit is contained in:
@ -89,10 +89,10 @@ gboolean gimp_motion_buffer_motion_event (GimpMotionBuffer *buffer,
|
||||
gdouble scale_y,
|
||||
gboolean event_fill);
|
||||
|
||||
void gimp_motion_buffer_process_stroke (GimpMotionBuffer *buffer,
|
||||
void gimp_motion_buffer_request_stroke (GimpMotionBuffer *buffer,
|
||||
GdkModifierType state,
|
||||
guint32 time);
|
||||
void gimp_motion_buffer_process_hover (GimpMotionBuffer *buffer,
|
||||
void gimp_motion_buffer_request_hover (GimpMotionBuffer *buffer,
|
||||
GdkModifierType state,
|
||||
gboolean proximity);
|
||||
|
||||
|
Reference in New Issue
Block a user