compositor: Don't export weston_compositor_repick()
Picking is tied into the repaint loop and shouldn't happen outside weston_output_repaint(), so don't export weston_compositor_repick().
This commit is contained in:
+1
-1
@@ -614,7 +614,7 @@ weston_device_repick(struct wl_seat *seat)
|
||||
&seat->pointer->grab->y);
|
||||
}
|
||||
|
||||
WL_EXPORT void
|
||||
static void
|
||||
weston_compositor_repick(struct weston_compositor *compositor)
|
||||
{
|
||||
struct weston_seat *seat;
|
||||
|
||||
@@ -527,8 +527,6 @@ weston_output_damage(struct weston_output *output);
|
||||
void
|
||||
weston_output_do_read_pixels(struct weston_output *output);
|
||||
void
|
||||
weston_compositor_repick(struct weston_compositor *compositor);
|
||||
void
|
||||
weston_compositor_schedule_repaint(struct weston_compositor *compositor);
|
||||
void
|
||||
weston_compositor_fade(struct weston_compositor *compositor, float tint);
|
||||
|
||||
Reference in New Issue
Block a user