mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 03:20:31 +01: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>
(cherry picked from commit 5a78e5f1e9)
This commit is contained in:
parent
3df29994ec
commit
22dcaf44d4
6 changed files with 0 additions and 11 deletions
|
|
@ -753,7 +753,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)
|
||||
{
|
||||
|
|
@ -1704,7 +1703,6 @@ enable_device(struct xwl_seat *xwl_seat, DeviceIntPtr dev)
|
|||
EnableDevice(dev, TRUE);
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
init_pointer(struct xwl_seat *xwl_seat)
|
||||
{
|
||||
|
|
@ -2526,7 +2524,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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -952,7 +952,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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1039,7 +1039,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 =
|
||||
|
|
|
|||
|
|
@ -641,7 +641,6 @@ xwayland_xtest_fallback(DeviceIntPtr dev,
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
xwayland_xtest_send_events(DeviceIntPtr dev,
|
||||
int type, int detail, int flags, const ValuatorMask *mask)
|
||||
|
|
@ -695,7 +694,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