diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-10-23 12:19:44 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-10-23 12:19:44 +0200 |
| commit | e69d45cde88373a32b580745aafae93529a5cc73 (patch) | |
| tree | b0671a3bf097505d6118599826bfb52e298545d2 /src/Fl_System_Driver.H | |
| parent | c7ffd8e72a3c8ffe12ec546824df48b95bdf790f (diff) | |
Make Fl::display(const char *) active also for the Wayland platform.
Diffstat (limited to 'src/Fl_System_Driver.H')
| -rw-r--r-- | src/Fl_System_Driver.H | 2 |
1 files changed, 0 insertions, 2 deletions
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, ...); |
