wayland_shm: Make the buffer_manager static

Should always have been, oops.
This commit is contained in:
Derek Foreman 2017-11-13 15:21:34 -06:00
parent 66f85dd06c
commit 46539ce26d
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ struct _Buffer_Manager
Eina_Bool destroyed;
};
Buffer_Manager *buffer_manager = NULL;
static Buffer_Manager *buffer_manager = NULL;
struct _Ecore_Wl2_Buffer
{