driconf: Support selection by Vulkan applicationName.
[mesa.git] / src / gallium / targets / d3dadapter9 / drm.c
index 41fa71a4349045b8767507e1203db38137e98f2d..fa6d7352241eeb97843491adb3d903367c80d11e 100644 (file)
@@ -251,7 +251,7 @@ drm_create_adapter( int fd,
 
     driParseOptionInfo(&defaultInitOptions, __driConfigOptionsNine);
     driParseConfigFiles(&userInitOptions, &defaultInitOptions, 0,
-                        "nine", NULL, NULL, 0);
+                        "nine", NULL, NULL, 0, NULL, 0);
     if (driCheckOption(&userInitOptions, "throttle_value", DRI_INT)) {
         throttling_value_user = driQueryOptioni(&userInitOptions, "throttle_value");
         if (throttling_value_user == -1)