Changeset 76585 in vbox for trunk/include/VBox/Graphics
- Timestamp:
- Jan 1, 2019 6:31:29 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127888
- Location:
- trunk/include/VBox/Graphics
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/Graphics/HGSMI.h
r76558 r76585 248 248 RT_C_DECLS_END 249 249 250 #endif /* ! ___VBox_Graphics_HGSMI_h */251 250 #endif /* !VBOX_INCLUDED_Graphics_HGSMI_h */ 251 -
trunk/include/VBox/Graphics/HGSMIBase.h
r76558 r76585 58 58 RT_C_DECLS_END 59 59 60 #endif 60 #endif /* !VBOX_INCLUDED_Graphics_HGSMIBase_h */ -
trunk/include/VBox/Graphics/HGSMIChSetup.h
r76558 r76585 88 88 AssertCompileSize(HGSMIHOSTFLAGS, 16); 89 89 90 #endif 90 #endif /* !VBOX_INCLUDED_Graphics_HGSMIChSetup_h */ -
trunk/include/VBox/Graphics/HGSMIChannels.h
r76558 r76585 75 75 76 76 77 #endif /* ! __HGSMIChannels_h__*/77 #endif /* !VBOX_INCLUDED_Graphics_HGSMIChannels_h */ -
trunk/include/VBox/Graphics/HGSMIContext.h
r76558 r76585 111 111 RT_C_DECLS_END 112 112 113 #endif 113 #endif /* !VBOX_INCLUDED_Graphics_HGSMIContext_h */ 114 114 -
trunk/include/VBox/Graphics/HGSMIDefs.h
r76558 r76585 125 125 } HGSMIENV; 126 126 127 #endif /* ! ___VBox_Graphics_HGSMIDefs_h */127 #endif /* !VBOX_INCLUDED_Graphics_HGSMIDefs_h */ 128 128 -
trunk/include/VBox/Graphics/HGSMIHostCmd.h
r76558 r76585 47 47 RT_C_DECLS_END 48 48 49 #endif 49 #endif /* !VBOX_INCLUDED_Graphics_HGSMIHostCmd_h */ -
trunk/include/VBox/Graphics/HGSMIMemAlloc.h
r76558 r76585 101 101 RT_C_DECLS_END 102 102 103 #endif /* ! ___VBox_Graphics_HGSMIMemAlloc_h */103 #endif /* !VBOX_INCLUDED_Graphics_HGSMIMemAlloc_h */ -
trunk/include/VBox/Graphics/VBoxCrHgsmi.h
r76558 r76585 60 60 RT_C_DECLS_END 61 61 62 #endif 62 #endif /* !VBOX_INCLUDED_Graphics_VBoxCrHgsmi_h */ 63 63 -
trunk/include/VBox/Graphics/VBoxUhgsmi.h
r76558 r76585 129 129 #define VBoxUhgsmiBufferDestroy(_pBuf) ((_pBuf)->pfnDestroy(_pBuf)) 130 130 131 #endif 131 #endif /* !VBOX_INCLUDED_Graphics_VBoxUhgsmi_h */ 132 132 -
trunk/include/VBox/Graphics/VBoxVideo.h
r76558 r76585 2126 2126 #endif 2127 2127 2128 #endif 2129 2128 #endif /* !VBOX_INCLUDED_Graphics_VBoxVideo_h */ 2129 -
trunk/include/VBox/Graphics/VBoxVideo3D.h
r76558 r76585 148 148 149 149 150 #endif /* #ifndef ___VBox_Graphics_VBoxVideo3D_h */150 #endif /* !VBOX_INCLUDED_Graphics_VBoxVideo3D_h */ -
trunk/include/VBox/Graphics/VBoxVideoErr.h
r76558 r76585 74 74 /** @} */ 75 75 76 #endif 76 #endif /* !VBOX_INCLUDED_Graphics_VBoxVideoErr_h */ -
trunk/include/VBox/Graphics/VBoxVideoGuest.h
r76558 r76585 184 184 RT_C_DECLS_END 185 185 186 #endif 186 #endif /* !VBOX_INCLUDED_Graphics_VBoxVideoGuest_h */ 187 187 -
trunk/include/VBox/Graphics/VBoxVideoHost3D.h
r76558 r76585 209 209 #pragma pack() 210 210 211 #endif 212 211 #endif /* !VBOX_INCLUDED_Graphics_VBoxVideoHost3D_h */ 212 -
trunk/include/VBox/Graphics/VBoxVideoIPRT.h
r76558 r76585 101 101 /** @} */ 102 102 103 #endif 103 #endif /* !VBOX_INCLUDED_Graphics_VBoxVideoIPRT_h */ 104 104 -
trunk/include/VBox/Graphics/VBoxVideoVBE.h
r76558 r76585 103 103 #define VGA_PORT_HGSMI_GUEST 0x3d0 104 104 105 #endif /* ! ___VBox_Graphics_VBoxVideoVBE_h */105 #endif /* !VBOX_INCLUDED_Graphics_VBoxVideoVBE_h */ 106 106 -
trunk/include/VBox/Graphics/VBoxVideoVBEPrivate.h
r76558 r76585 241 241 242 242 243 #endif /* ! ___VBox_Graphics_VBoxVideoVBEPrivate_h */244 243 #endif /* !VBOX_INCLUDED_Graphics_VBoxVideoVBEPrivate_h */ 244
Note:
See TracChangeset
for help on using the changeset viewer.