mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
Revert "background: Allow using sliced textures"
This reverts commitf743539886
. ( accidentally pushed this when trying to push commitb7840bec7d
)
This commit is contained in:
@ -891,7 +891,7 @@ meta_background_load_gradient (MetaBackground *self,
|
||||
pixels[7] = second_color->alpha;
|
||||
|
||||
texture = cogl_texture_new_from_data (width, height,
|
||||
COGL_TEXTURE_NONE,
|
||||
COGL_TEXTURE_NO_SLICING,
|
||||
COGL_PIXEL_FORMAT_RGBA_8888,
|
||||
COGL_PIXEL_FORMAT_ANY,
|
||||
4,
|
||||
|
Reference in New Issue
Block a user