summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-03-09 18:16:43 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-03-09 18:28:37 +0100
commit0f3b5ded8fad8c0bf7c462fc360174f4a2080e14 (patch)
treeab040846009fed45f6807483c17498b15272e184 /src/drivers/Wayland
parente18ce5400f2ae666a0783e5b7399169b95ff7b54 (diff)
Fix dependencies, typos, trailing whitespace, and formatting
No code changes.
Diffstat (limited to 'src/drivers/Wayland')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Screen_Driver.H8
1 files changed, 4 insertions, 4 deletions
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;