mirror of
https://github.com/labwc/labwc.git
synced 2025-11-30 06:59:52 -05:00
scaled-scene-buffer: restructure source files
Some checks failed
labwc.github.io / notify (push) Has been cancelled
Some checks failed
labwc.github.io / notify (push) Has been cancelled
- Rename `scaled_scene_buffer` to `scaled_buffer`. This makes it clear
that `scaled_{font,img,icon}_buffers` are implementations of it.
- Move the files from `src/common` to `src/scaled-buffer` as
`scaled_icon_buffer` heavily depends on `server` and `view` etc.
This commit is contained in:
parent
02be24bf59
commit
074b27fd47
22 changed files with 128 additions and 125 deletions
|
|
@ -56,4 +56,5 @@ subdir('input')
|
|||
subdir('menu')
|
||||
subdir('osd')
|
||||
subdir('protocols')
|
||||
subdir('scaled-buffer')
|
||||
subdir('ssd')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue