egl: Make lookup functions static inline.

progs/egl/demo3.c is also changed since it uses an internal function.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
This commit is contained in:
Chia-I Wu
2009-08-14 18:05:19 +08:00
committed by Brian Paul
parent 38feefdc4e
commit e3734e4685
3 changed files with 80 additions and 102 deletions

View File

@@ -551,7 +551,7 @@ write_ppm(const char *filename, const GLubyte *buffer, int width, int height)
}
}
#include "../src/egl/main/egldisplay.h"
#include "../../src/egl/main/egldisplay.h"
typedef struct fb_display
{