diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-04-15 08:31:32 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-04-15 08:31:32 +0200 |
| commit | 827f91110b6c13d3cd71597e2af8feda8256148e (patch) | |
| tree | b205f0367661f157ae67838c9942d40d5633668d /src/drivers/Wayland/Fl_Wayland_Window_Driver.H | |
| parent | a7267f91ae470f8f209d0b98591c9520e99cf00f (diff) | |
Remove unimplemented window icon-related member functions and variables.
Wayland uses .desktop files to set window icons.
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Window_Driver.H')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Window_Driver.H | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Window_Driver.H b/src/drivers/Wayland/Fl_Wayland_Window_Driver.H index 2ee8a4f35..df4876ccc 100644 --- a/src/drivers/Wayland/Fl_Wayland_Window_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Window_Driver.H @@ -64,12 +64,6 @@ public: Fl_Wayland_Screen_Driver::output* output; struct wl_list link; }; - - struct icon_data { - const void *legacy_icon; - Fl_RGB_Image **icons; - int count; - } *icon_; // --- support for screen-specific scaling factors struct type_for_resize_window_between_screens { int screen; @@ -82,8 +76,6 @@ public: void shape_bitmap_(Fl_Image* b); void shape_alpha_(Fl_Image* img, int offset); void update_scale(); - -public: enum kind {DECORATED, SUBWINDOW, POPUP, UNFRAMED}; struct xdg_toplevel *xdg_toplevel(); Fl_Wayland_Window_Driver(Fl_Window*); @@ -127,10 +119,6 @@ public: virtual int set_cursor(const Fl_RGB_Image*, int, int); virtual void shape(const Fl_Image* img); - virtual void icons(const Fl_RGB_Image *icons[], int count); - virtual const void *icon() const; - virtual void icon(const void * ic); - virtual void free_icons(); virtual void capture_titlebar_and_borders(Fl_RGB_Image*& top, Fl_RGB_Image*& left, Fl_RGB_Image*& bottom, Fl_RGB_Image*& right); virtual int scroll(int src_x, int src_y, int src_w, int src_h, int dest_x, int dest_y, void (*draw_area)(void*, int,int,int,int), void* data); virtual void wait_for_expose(); |
