Commit 1b4ace84 authored by Alexandros Frantzis's avatar Alexandros Frantzis Committed by Alexandre Julliard

wineandroid.drv: Rename wgl_pixel_format to avoid name conflicts.

parent a2548c8d
......@@ -68,7 +68,7 @@ DECL_FUNCPTR( eglSwapInterval );
static const int egl_client_version = 2;
struct wgl_pixel_format
struct egl_pixel_format
{
EGLConfig config;
};
......@@ -96,7 +96,7 @@ struct gl_drawable
static void *egl_handle;
static void *opengl_handle;
static struct wgl_pixel_format *pixel_formats;
static struct egl_pixel_format *pixel_formats;
static int nb_pixel_formats, nb_onscreen_formats;
static EGLDisplay display;
static int swap_interval;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment