From e91d65cd2fa4ea1965de5035e658bb866fcf38db Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 31 Mar 2022 16:00:11 +0200 Subject: Fix whitespace errors (no code changes) --- src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H') diff --git a/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H b/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H index c2d5f9554..c11d02a52 100644 --- a/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H @@ -24,7 +24,7 @@ /* Implementation note about buffers FLTK uses to support display graphics under Wayland. - + Each window is associated to an FLTK-defined object of type struct wld_window containing itself an FLTK-defined struct fl_wld_buffer object holding all graphics data. Among members of this latter structure are: @@ -44,7 +44,7 @@ gives the total buffer size in bytes (thus, data_size / stride gives the buffer height); - struct wl_callback *cb is used to synchronize drawing with the compositor during progressive drawing. - + When a graphics scene is to be committed, the data_size bytes of draw_buffer are copied by memcpy() starting at data, and wl_buffer is attached to the wl_surface which is committed for display by wl_surface_commit(). -- cgit v1.2.3