Index: /trunk/include/VBox/vmm/pdmifs.h
===================================================================
--- /trunk/include/VBox/vmm/pdmifs.h	(revision 50762)
+++ /trunk/include/VBox/vmm/pdmifs.h	(revision 50763)
@@ -884,5 +884,5 @@
 } PDMIDISPLAYCONNECTOR;
 /** PDMIDISPLAYCONNECTOR interface ID. */
-#define PDMIDISPLAYCONNECTOR_IID                "c7a1b36d-8dfc-421d-b71f-3a0eeaf733e6"
+#define PDMIDISPLAYCONNECTOR_IID                "05ba9649-302e-43dd-b9ff-60b6fb311d97"
 
 
Index: /trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp
===================================================================
--- /trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp	(revision 50762)
+++ /trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp	(revision 50763)
@@ -82,6 +82,6 @@
     /* critical section for accessing ctl lists */
     RTCRITSECT CltCritSect;
-    RTLISTNODE GuestCtlList;
-    RTLISTNODE HostCtlList;
+    RTLISTANCHOR GuestCtlList;
+    RTLISTANCHOR HostCtlList;
 #ifndef VBOXVDBG_MEMCACHE_DISABLE
     RTMEMCACHE CtlCache;
