URI:
       pool-buffer: Reduce struct padding - wmenu - 🔧 fork of wmenu
  HTML git clone git@git.drkhsh.at/wmenu.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 3ec74a0f2f7aebbedffaa74b6caa3d8299f65f08
   DIR parent d77ff0e64de510cf0aaec92107339f5b8c997702
  HTML Author: adnano <me@adnano.co>
       Date:   Thu, 28 Dec 2023 11:28:08 -0500
       
       pool-buffer: Reduce struct padding
       
       Diffstat:
         M pool-buffer.h                       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/pool-buffer.h b/pool-buffer.h
       @@ -12,8 +12,8 @@ struct pool_buffer {
                PangoContext *pango;
                size_t size;
                int32_t width, height, scale;
       -        void *data;
                bool busy;
       +        void *data;
        };
        
        struct pool_buffer *get_next_buffer(struct wl_shm *shm,