egl: Improve driver selection.
[mesa.git] / src / gallium / state_trackers / egl / common / native.h
index 654f445fca6446f140ff1c6112586200e1b8a659..6461b5edbdf000ada763f5d0c95119f54f1fd09c 100644 (file)
@@ -226,8 +226,9 @@ native_attachment_mask_test(uint mask, enum native_attachment att)
 struct native_platform {
    const char *name;
 
+   void (*set_event_handler)(struct native_event_handler *handler);
    struct native_display *(*create_display)(void *dpy,
-                                            struct native_event_handler *handler,
+                                            boolean use_sw,
                                             void *user_data);
 };