From 0f3b5ded8fad8c0bf7c462fc360174f4a2080e14 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 9 Mar 2023 18:16:43 +0100 Subject: Fix dependencies, typos, trailing whitespace, and formatting No code changes. --- src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/drivers/Wayland') diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H index a7d551d24..637cd02b7 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H @@ -77,7 +77,7 @@ public: float gui_scale; // FLTK scale factor struct wl_list link; }; - + // static member variables static FL_EXPORT struct wl_display *wl_display; static const struct wl_data_device_listener *p_data_device_listener; @@ -90,7 +90,7 @@ public: static bool insertion_point_location(int *px, int *py, int *pwidth, int *pheight); static Fl_Window *surface_to_window(struct wl_surface *); static bool own_output(struct wl_output *output); - + // member variables struct wl_cursor *xc_arrow; struct wl_cursor *xc_ns; @@ -120,11 +120,11 @@ public: struct libdecor *libdecor_context; struct xdg_wm_base *xdg_wm_base; struct zwp_text_input_manager_v3 *text_input_base; - + // constructor Fl_Wayland_Screen_Driver(); -// overriden functions from parent class Fl_Screen_Driver +// overridden functions from parent class Fl_Screen_Driver APP_SCALING_CAPABILITY rescalable() FL_OVERRIDE { return PER_SCREEN_APP_SCALING; } float scale(int n) FL_OVERRIDE; void scale(int n, float f) FL_OVERRIDE; -- cgit v1.2.3