projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c65db77
)
zap qemu_egl_has_ext in include/ui/egl-helpers.h
author
Gerd Hoffmann
<kraxel@redhat.com>
Mon, 12 Oct 2015 09:59:39 +0000
(11:59 +0200)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Wed, 3 Feb 2016 09:41:36 +0000
(10:41 +0100)
Drop leftover prototype which sneaked in by mistake
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
include/ui/egl-helpers.h
patch
|
blob
|
history
diff --git
a/include/ui/egl-helpers.h
b/include/ui/egl-helpers.h
index 5ad5dc30816ad72c566c7a6a9c053cfe78309ff5..8c84398001dbd95e6e68d8733ac983e8d55b3ad1 100644
(file)
--- a/
include/ui/egl-helpers.h
+++ b/
include/ui/egl-helpers.h
@@
-11,6
+11,5
@@
EGLSurface qemu_egl_init_surface_x11(EGLContext ectx, Window win);
int qemu_egl_init_dpy(EGLNativeDisplayType dpy, bool gles, bool debug);
EGLContext qemu_egl_init_ctx(void);
-bool qemu_egl_has_ext(const char *haystack, const char *needle);
#endif /* EGL_HELPERS_H */