From e91d65cd2fa4ea1965de5035e658bb866fcf38db Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 31 Mar 2022 16:00:11 +0200 Subject: Fix whitespace errors (no code changes) --- src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drivers/Wayland/Fl_Wayland_Screen_Driver.H') diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H index 97395dbef..71c30e30a 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H @@ -68,7 +68,7 @@ public: static bool insertion_point_location(int *px, int *py, int *pwidth, int *pheight); int get_mouse_unscaled(int &xx, int &yy); void screen_count(int count) {num_screens = count;} - + void reset_cursor(); struct wl_cursor *xc_arrow; struct wl_cursor *xc_ns; @@ -113,7 +113,7 @@ public: struct libdecor *libdecor_context; struct xdg_wm_base *xdg_wm_base; struct zwp_text_input_manager_v3 *text_input_base; - + Fl_Wayland_Screen_Driver(); virtual APP_SCALING_CAPABILITY rescalable() { return PER_SCREEN_APP_SCALING; } virtual float scale(int n); -- cgit v1.2.3