svga: Minor clean up of winsys

This commit is contained in:
Jakob Bornecrantz
2010-04-20 23:31:39 +01:00
parent 997969b067
commit b88ba89397

View File

@@ -365,6 +365,7 @@ static struct drm_api vmw_drm_api_hooks = {
.name = "vmwgfx",
.driver_name = "vmwgfx",
.create_screen = vmw_drm_create_screen,
.destroy = NULL;
};
struct drm_api* drm_api_create()