mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Rename wlr_surface -> wlr_texture; attach -> upload
This commit is contained in:
parent
afd058b754
commit
e167f41fde
20 changed files with 233 additions and 233 deletions
|
|
@ -1,10 +1,10 @@
|
|||
wlr_files += files(
|
||||
'matrix.c',
|
||||
'wlr_renderer.c',
|
||||
'wlr_surface.c',
|
||||
'wlr_texture.c',
|
||||
'gles2/pixel_format.c',
|
||||
'gles2/renderer.c',
|
||||
'gles2/shaders.c',
|
||||
'gles2/surface.c',
|
||||
'gles2/texture.c',
|
||||
'gles2/util.c',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue