e_pixmap: Missed one on that variable change

This commit is contained in:
Christopher Michael 2020-04-20 18:55:51 -04:00
parent e365138a2b
commit 77f8008334
1 changed files with 3 additions and 1 deletions

View File

@ -570,7 +570,7 @@ e_pixmap_refresh(E_Pixmap *cp)
cp->h = buffer->h;
if (buffer->shm_buffer)
format = wl_shm_buffer_get_format(shm_buffer);
format = wl_shm_buffer_get_format(buffer->shm_buffer);
else if (buffer->dmabuf_buffer)
format = buffer->dmabuf_buffer->attributes.format;
else
@ -755,6 +755,8 @@ _e_pixmap_scanout_handler(void *data, Evas_Native_Surface_Status status)
{
E_Comp_Wl_Buffer *buffer;
printf("EWL: %s, Status: %d\n", __FUNCTION__, status);
buffer = data;
switch (status)
{