egl: Introduce platform displays internally.
[mesa.git] / src / gallium / state_trackers / egl / common / native_probe.h
index aeed9f85dd53b98bf9497c35ee39a5b86913e92f..539c4aa70d2d9ab12f6de219a296c503062c2ef1 100644 (file)
@@ -43,7 +43,7 @@ enum native_probe_result {
  */
 struct native_probe {
    int magic;
-   EGLNativeDisplayType display;
+   void *display;
    void *data;
 
    void (*destroy)(struct native_probe *nprobe);
@@ -57,7 +57,7 @@ struct native_probe {
  * same display.
  */
 struct native_probe *
-native_create_probe(EGLNativeDisplayType dpy);
+native_create_probe(void *dpy);
 
 /**
  * Probe the probe object.