- Fix includes in richard's driver.

- Fix wrong calling to VideoPortCreateEvent. He got parameters all mixed up~


svn path=/trunk/; revision=45781
This commit is contained in:
evb 2010-03-03 08:08:07 +00:00
parent 7dc9efe808
commit b7458a6c94
2 changed files with 4 additions and 4 deletions

View file

@ -5,8 +5,8 @@
* PURPOSE: VMWARE SVGA-II Driver Header
* PROGRAMMERS: ReactOS Portable Systems Group
*/
#include <ntddk.h>
#include <ntdef.h>
#include <dderror.h>
#include <miniport.h>
#include <ntddvdeo.h>

View file

@ -112,8 +112,8 @@ VmxFindAdapter(IN PVOID HwDeviceExtension,
/* Create the sync event */
VideoPortCreateEvent(DeviceExtension,
SynchronizationEvent,
FALSE,
NOTIFICATION_EVENT,
NULL,
&DeviceExtension->SyncEvent);
/* Check for multi-monitor configuration */