From e69d45cde88373a32b580745aafae93529a5cc73 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 23 Oct 2022 12:19:44 +0200 Subject: Make Fl::display(const char *) active also for the Wayland platform. --- src/Fl_System_Driver.H | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Fl_System_Driver.H') diff --git a/src/Fl_System_Driver.H b/src/Fl_System_Driver.H index 15d3d89e5..6f9ed4436 100644 --- a/src/Fl_System_Driver.H +++ b/src/Fl_System_Driver.H @@ -91,8 +91,6 @@ public: virtual int single_arg(const char *) { return 0; } // implement if the system adds unwanted program argument pair(s) virtual int arg_and_value(const char * /*name*/, const char * /*value*/) { return 0; } - // implement to process the -display argument - virtual void display_arg(const char *) { } // default implementation should be enough virtual int XParseGeometry(const char* string, int* x, int* y, unsigned int* width, unsigned int* height); static void warning(const char* format, ...); -- cgit v1.2.3