FLTK logo

[master] cafe722 - Wayland platform: comment out presently unused member functions

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] cafe722 - Wayland platform: comment out presently unused member functions "ManoloFLTK" Dec 02, 2021  
 
commit cafe7228cd29fbdde35a2460a06b9e2c475a817c
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Sun Jun 6 09:01:42 2021 +0200
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Wed Sep 29 12:14:55 2021 +0200

    Wayland platform: comment out presently unused member functions

 src/drivers/Wayland/Fl_Wayland_Screen_Driver.H   | 4 ++--
 src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git src/drivers/Wayland/Fl_Wayland_Screen_Driver.H src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
index 689d3b4..d7eaea8 100644
--- src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
+++ src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
@@ -164,8 +164,8 @@ public:
   struct wl_cursor *default_cursor();
   void default_cursor(struct wl_cursor *cursor);
   struct wl_cursor *cache_cursor(const char *cursor_name);
-uint32_t get_serial();
-struct wl_seat *get_wl_seat();
+//uint32_t get_serial();
+//struct wl_seat *get_wl_seat();
 //char  *get_seat_name();
   struct xkb_keymap *get_xkb_keymap();
   static bool own_output(struct wl_output *output);
diff --git src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx
index d0d18c6..88c408d 100755
--- src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx
+++ src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx
@@ -1378,7 +1378,7 @@ void Fl_Wayland_Screen_Driver::reset_cursor() {
   xc_arrow = xc_ns = xc_wait = xc_insert = xc_hand = xc_help = xc_cross = xc_move = xc_north = xc_south = xc_west = xc_east = xc_we = xc_nesw = xc_nwse = xc_sw = xc_se = xc_ne = xc_nw = NULL;
 }
 
-uint32_t Fl_Wayland_Screen_Driver::get_serial() {
+/*uint32_t Fl_Wayland_Screen_Driver::get_serial() {
   return seat->serial;
 }
 
@@ -1386,7 +1386,7 @@ struct wl_seat*Fl_Wayland_Screen_Driver::get_wl_seat() {
   return seat->wl_seat;
 }
 
-/*char *Fl_Wayland_Screen_Driver::get_seat_name() {
+char *Fl_Wayland_Screen_Driver::get_seat_name() {
   return seat->name;
 }*/
 
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.