From 86c238c000ccc9200a394e4cef1338fbbfb4c8ea Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Thu, 2 Mar 2023 11:36:26 +0100 Subject: Add Fl_Wayland_Window_Driver::wld_scale() member function --- src/Fl_Window_Driver.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Fl_Window_Driver.H') diff --git a/src/Fl_Window_Driver.H b/src/Fl_Window_Driver.H index 21007d9df..3a210cc4f 100644 --- a/src/Fl_Window_Driver.H +++ b/src/Fl_Window_Driver.H @@ -2,7 +2,7 @@ // A base class for platform specific window handling code // for the Fast Light Tool Kit (FLTK). // -// Copyright 2010-2022 by Bill Spitzak and others. +// Copyright 2010-2023 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -100,6 +100,7 @@ public: int aspect(); unsigned char size_range_set(); int is_resizable() { return pWindow->is_resizable(); } + void is_a_rescale(bool b) { is_a_rescale_ = b;} int fullscreen_screen_top(); int fullscreen_screen_bottom(); int fullscreen_screen_left(); -- cgit v1.2.3