| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fl_Wayland_Gl_Window_Driver::gl_start().
|
|
|
|
|
|
|
|
|
|
|
|
Need to poll only for the file descriptor associated to the wayland display.
|
|
This issue revealed that the macOS and Wayland platform processed events slightly differently
from other platforms.
Under X11 and Windows, Fl::wait() processes one event if one is present, and also all other events
present in the event queue immediately after the processing of that event.
Under macOS and Wayland, Fl::wait() processes one event if one is present and returns.
This commits makes the macOS and Wayland platforms behave as other platforms.
|
|
|
|
|
|
|
|
|
|
duplication.
|
|
|
|
That code was useless because map() and unmap() get only called for subwindows.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(Wayland).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cairo_surface_destroy().
Add also replacement for pango_font_metrics_get_height() which requires Pango 1.44
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Wayland uses .desktop files to set window icons.
|
|
Thanks to Manolo for finding this.
|
|
|