| Age | Commit message (Collapse) | Author |
|
|
|
The previous member Fl_Wayland_Graphics_Driver::create_shm_buffer() is now
renamed to create_wld_buffer() and divided in 2 parts:
- one is related to the draw buffer;
- the other is related to the wl_buffer and is what is now called create_shm_buffer().
This allows to delay creation of the wl_buffer until absolutely necessary,
done inside Fl_Wayland_Graphics_Driver::buffer_commit().
|
|
and beef up description of Wayland's mechanism to throttle screen redrawing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Type Fl_Offscreen is now to be cast to cairo_t*.
Also, make sure the dimensions of GL windows are
multiples of the screen scale factor.
|
|
|
|
|
|
|
|
Also, use KWin to name the KDE desktop's Wayland compositor.
|
|
|
|
|
|
|
|
|
|
Also, reorder members of class Fl_Wayland_Gl_Window_Driver
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rename it to Fl_Wayland_Window_Driver::surface_to_window() and
avoid loop over all mapped FLTK windows that used to be performed.
|
|
|
|
drivers/Wayland/Fl_Wayland_Window_Driver.cxx:1515:47: warning: declaration ‘struct wld_window::custom_cursor’ does not declare anything
|
|
|
|
|
|
No code changes.
|
|
|
|
|
|
and also add more detailed documentation of platform-specific behaviors.
|
|
|
|
|
|
|
|
|
|
Also, remove Doxygen warning from file bundled-libs.dox
|
|
|
|
|
|
|