Ticket #15890: 2.patch
| File 2.patch, 551 bytes (added by , 8 years ago) |
|---|
-
VirtualBox-kmod-5.1.4/vboxvideo/vbox_drv.c
old new static int vbox_master_set(struct drm_de 245 245 } 246 246 247 247 static void vbox_master_drop(struct drm_device *dev, 248 struct drm_file *file_priv, 249 bool from_release) 248 struct drm_file *file_priv) 250 249 { 251 250 struct vbox_private *vbox = dev->dev_private; 252 251 vbox->initial_mode_queried = false;

