evas_drm: Move MAX_BUFFERS macro from header to source file

Summary:
It's no longer needed in the header because it doesn't change
the size of the structures there anymore.
Depends on D6564

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: cedric, #committers, zmike

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6565
This commit is contained in:
Derek Foreman 2018-07-10 16:53:00 -04:00 committed by Chris Michael
parent f7fc06bf86
commit 2668f6196e
2 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,6 @@ extern int _evas_engine_drm_log_dom;
# endif
# define CRI(...) EINA_LOG_DOM_CRIT(_evas_engine_drm_log_dom, __VA_ARGS__)
#define MAX_BUFFERS 10
typedef struct _Outbuf_Fb
{
int age;

View File

@ -8,6 +8,8 @@
#define GREEN_MASK 0x00ff00
#define BLUE_MASK 0x0000ff
#define MAX_BUFFERS 10
static void
_outbuf_buffer_swap(Outbuf *ob, Eina_Rectangle *rects, unsigned int count)
{