diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-01-14 19:25:08 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-01-14 19:25:17 +0100 |
| commit | ebd0c81f7e5745d58e11846a695fe5842245c627 (patch) | |
| tree | dbb9e99ffeb5cc9cb97dd61e367a9a18d8699963 /src/drivers/X11/Fl_X11_Screen_Driver.H | |
| parent | ab58971bcf9cedee6ecd131ca032087ff7d1623c (diff) | |
Move make_transient() to Fl_Posix_System_Driver from Fl_Screen_Driver
Diffstat (limited to 'src/drivers/X11/Fl_X11_Screen_Driver.H')
| -rw-r--r-- | src/drivers/X11/Fl_X11_Screen_Driver.H | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/drivers/X11/Fl_X11_Screen_Driver.H b/src/drivers/X11/Fl_X11_Screen_Driver.H index 6fb8330f5..8a82486fa 100644 --- a/src/drivers/X11/Fl_X11_Screen_Driver.H +++ b/src/drivers/X11/Fl_X11_Screen_Driver.H @@ -23,6 +23,7 @@ #ifndef FL_X11_SCREEN_DRIVER_H #define FL_X11_SCREEN_DRIVER_H +#include <config.h> #include "../../Fl_Screen_Driver.H" @@ -102,6 +103,9 @@ public: // --- compute dimensions of an Fl_Offscreen virtual void offscreen_size(Fl_Offscreen o, int &width, int &height); virtual void default_icons(const Fl_RGB_Image *icons[], int count); +#if HAVE_DLSYM && HAVE_DLFCN_H + virtual void make_transient(void *ptr_gtk, void *gtk_window, Fl_Window *win); +#endif }; |
