mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
scaled_scene_buffer: make dropping the buffer optional
In preparation to also use the scaled_scene_buffer for theme components like rounded corner images and button icons. No functional change intended.
This commit is contained in:
parent
7aa540b8ab
commit
8d17ab2d60
4 changed files with 51 additions and 10 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
struct wlr_scene_tree;
|
||||
struct wlr_scene_buffer;
|
||||
struct scaled_scene_buffere;
|
||||
struct scaled_scene_buffer;
|
||||
|
||||
struct scaled_font_buffer {
|
||||
struct wlr_scene_buffer *scene_buffer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue