summaryrefslogtreecommitdiff
path: root/src/drivers/X11/Fl_X11_System_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-10-23 12:19:44 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-10-23 12:19:44 +0200
commite69d45cde88373a32b580745aafae93529a5cc73 (patch)
treeb0671a3bf097505d6118599826bfb52e298545d2 /src/drivers/X11/Fl_X11_System_Driver.H
parentc7ffd8e72a3c8ffe12ec546824df48b95bdf790f (diff)
Make Fl::display(const char *) active also for the Wayland platform.
Diffstat (limited to 'src/drivers/X11/Fl_X11_System_Driver.H')
-rw-r--r--src/drivers/X11/Fl_X11_System_Driver.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/X11/Fl_X11_System_Driver.H b/src/drivers/X11/Fl_X11_System_Driver.H
index a5347d74d..6e94bf44b 100644
--- a/src/drivers/X11/Fl_X11_System_Driver.H
+++ b/src/drivers/X11/Fl_X11_System_Driver.H
@@ -28,7 +28,6 @@ public:
key_table = NULL;
key_table_size = 0;
}
- virtual void display_arg(const char *arg);
virtual int XParseGeometry(const char*, int*, int*, unsigned int*, unsigned int*);
// these 2 are in Fl_get_key.cxx
virtual int event_key(int k);