Revert "background: Allow using sliced textures"
This reverts commitf743539886
. ( accidentally pushed this when trying to push commitb7840bec7d
)
This commit is contained in:
parent
fd7db8e6b3
commit
b76c3312e9
@ -891,7 +891,7 @@ meta_background_load_gradient (MetaBackground *self,
|
|||||||
pixels[7] = second_color->alpha;
|
pixels[7] = second_color->alpha;
|
||||||
|
|
||||||
texture = cogl_texture_new_from_data (width, height,
|
texture = cogl_texture_new_from_data (width, height,
|
||||||
COGL_TEXTURE_NONE,
|
COGL_TEXTURE_NO_SLICING,
|
||||||
COGL_PIXEL_FORMAT_RGBA_8888,
|
COGL_PIXEL_FORMAT_RGBA_8888,
|
||||||
COGL_PIXEL_FORMAT_ANY,
|
COGL_PIXEL_FORMAT_ANY,
|
||||||
4,
|
4,
|
||||||
|
Loading…
Reference in New Issue
Block a user