|
|
@ -2,7 +2,7 @@ |
|
|
|
// Definition of X11 window driver
|
|
|
|
// Definition of X11 window driver
|
|
|
|
// for the Fast Light Tool Kit (FLTK).
|
|
|
|
// for the Fast Light Tool Kit (FLTK).
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// Copyright 2010-2018 by Bill Spitzak and others.
|
|
|
|
// Copyright 2010-2022 by Bill Spitzak and others.
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// This library is free software. Distribution and use rights are outlined in
|
|
|
|
// This library is free software. Distribution and use rights are outlined in
|
|
|
|
// the file "COPYING" which should have been included with this file. If this
|
|
|
|
// the file "COPYING" which should have been included with this file. If this
|
|
|
@ -129,6 +129,7 @@ public: |
|
|
|
void set_icons(); // driver-internal support function
|
|
|
|
void set_icons(); // driver-internal support function
|
|
|
|
virtual void capture_titlebar_and_borders(Fl_RGB_Image*& top, Fl_RGB_Image*& left, Fl_RGB_Image*& bottom, Fl_RGB_Image*& right); |
|
|
|
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 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 fl_uintptr_t os_id(); |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|