mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 09:58:21 +02:00
xwayland: Clean-up stray newlines
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2121>
This commit is contained in:
parent
904cdb0d11
commit
5a78e5f1e9
6 changed files with 0 additions and 11 deletions
|
|
@ -757,7 +757,6 @@ dispatch_scroll_motion(struct xwl_seat *xwl_seat)
|
|||
MotionNotify, 0, POINTER_RELATIVE, &mask);
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
dispatch_pointer_motion_event(struct xwl_seat *xwl_seat)
|
||||
{
|
||||
|
|
@ -1708,7 +1707,6 @@ enable_device(struct xwl_seat *xwl_seat, DeviceIntPtr dev)
|
|||
EnableDevice(dev, TRUE);
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
init_pointer(struct xwl_seat *xwl_seat)
|
||||
{
|
||||
|
|
@ -2530,7 +2528,6 @@ static const struct zwp_tablet_pad_ring_v2_listener tablet_pad_ring_listener = {
|
|||
tablet_pad_ring_frame,
|
||||
};
|
||||
|
||||
|
||||
static void
|
||||
tablet_pad_strip_destroy(struct xwl_tablet_pad_strip *strip)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -955,7 +955,6 @@ xwl_output_from_wl_output(struct xwl_screen *xwl_screen,
|
|||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
struct xwl_output *
|
||||
xwl_output_get_output_from_name(struct xwl_screen *xwl_screen, const char *name)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@
|
|||
|
||||
#define XWL_PRESENT_CAPS PresentCapabilityAsync | PresentCapabilityAsyncMayTear
|
||||
|
||||
|
||||
/*
|
||||
* When not flipping let Present copy with 60fps.
|
||||
* When flipping wait on frame_callback, otherwise
|
||||
|
|
@ -218,7 +217,6 @@ xwl_present_reset_timer(struct xwl_present_window *xwl_present_window)
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
xwl_present_execute(present_vblank_ptr vblank, uint64_t ust, uint64_t crtc_msc);
|
||||
|
||||
|
|
@ -463,7 +461,6 @@ xwl_present_update_window_crtc(present_window_priv_ptr window_priv, RRCrtcPtr cr
|
|||
window_priv->crtc = crtc;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
xwl_present_cleanup(WindowPtr window)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1042,7 +1042,6 @@ xwl_screen_init(ScreenPtr pScreen, int argc, char **argv)
|
|||
®istry_listener, xwl_screen);
|
||||
xwl_screen_roundtrip(xwl_screen);
|
||||
|
||||
|
||||
if (xwl_screen->fullscreen && xwl_screen->rootless) {
|
||||
ErrorF("error, cannot set fullscreen when running rootless\n");
|
||||
return FALSE;
|
||||
|
|
|
|||
|
|
@ -1327,7 +1327,6 @@ xwl_create_root_surface(struct xwl_window *xwl_window)
|
|||
WindowPtr window = xwl_window->toplevel;
|
||||
struct wl_region *region;
|
||||
|
||||
|
||||
#ifdef XWL_HAS_LIBDECOR
|
||||
if (xwl_screen->decorate) {
|
||||
xwl_window->libdecor_frame =
|
||||
|
|
|
|||
|
|
@ -645,7 +645,6 @@ xwayland_xtest_fallback(DeviceIntPtr dev,
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
xwayland_xtest_send_events(DeviceIntPtr dev,
|
||||
int type, int detail, int flags, const ValuatorMask *mask)
|
||||
|
|
@ -699,7 +698,6 @@ xwayland_xtest_send_events(DeviceIntPtr dev,
|
|||
debug_ei("Not yet connected to EIS, queueing events\n");
|
||||
xwl_queue_emulated_event(xwl_ei_client, dev, type, detail, flags, mask);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
static bool
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue