aboutsummaryrefslogtreecommitdiff
path: root/vendor/winapi/src/um/ddraw.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/winapi/src/um/ddraw.rs')
-rw-r--r--vendor/winapi/src/um/ddraw.rs37
1 files changed, 37 insertions, 0 deletions
diff --git a/vendor/winapi/src/um/ddraw.rs b/vendor/winapi/src/um/ddraw.rs
new file mode 100644
index 0000000..fd0d9e8
--- /dev/null
+++ b/vendor/winapi/src/um/ddraw.rs
@@ -0,0 +1,37 @@
+// Licensed under the Apache License, Version 2.0
+// <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
+// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
+// All files in the project carrying such notice may not be copied, modified, or distributed
+// except according to those terms.
+DEFINE_GUID!{CLSID_DirectDraw,
+ 0xd7b70ee0, 0x4340, 0x11cf, 0xb0, 0x63, 0x00, 0x20, 0xaf, 0xc2, 0xcd, 0x35}
+DEFINE_GUID!{CLSID_DirectDraw7,
+ 0x3c305196, 0x50db, 0x11d3, 0x9c, 0xfe, 0x00, 0xc0, 0x4f, 0xd9, 0x30, 0xc5}
+DEFINE_GUID!{CLSID_DirectDrawClipper,
+ 0x593817a0, 0x7db3, 0x11cf, 0xa2, 0xde, 0x00, 0xaa, 0x00, 0xb9, 0x33, 0x56}
+DEFINE_GUID!{IID_IDirectDraw,
+ 0x6c14db80, 0xa733, 0x11ce, 0xa5, 0x21, 0x00, 0x20, 0xaf, 0x0b, 0xe5, 0x60}
+DEFINE_GUID!{IID_IDirectDraw2,
+ 0xb3a6f3e0, 0x2b43, 0x11cf, 0xa2, 0xde, 0x00, 0xaa, 0x00, 0xb9, 0x33, 0x56}
+DEFINE_GUID!{IID_IDirectDraw4,
+ 0x9c59509a, 0x39bd, 0x11d1, 0x8c, 0x4a, 0x00, 0xc0, 0x4f, 0xd9, 0x30, 0xc5}
+DEFINE_GUID!{IID_IDirectDraw7,
+ 0x15e65ec0, 0x3b9c, 0x11d2, 0xb9, 0x2f, 0x00, 0x60, 0x97, 0x97, 0xea, 0x5b}
+DEFINE_GUID!{IID_IDirectDrawSurface,
+ 0x6c14db81, 0xa733, 0x11ce, 0xa5, 0x21, 0x00, 0x20, 0xaf, 0x0b, 0xe5, 0x60}
+DEFINE_GUID!{IID_IDirectDrawSurface2,
+ 0x57805885, 0x6eec, 0x11cf, 0x94, 0x41, 0xa8, 0x23, 0x03, 0xc1, 0x0e, 0x27}
+DEFINE_GUID!{IID_IDirectDrawSurface3,
+ 0xda044e00, 0x69b2, 0x11d0, 0xa1, 0xd5, 0x00, 0xaa, 0x00, 0xb8, 0xdf, 0xbb}
+DEFINE_GUID!{IID_IDirectDrawSurface4,
+ 0x0b2b8630, 0xad35, 0x11d0, 0x8e, 0xa6, 0x00, 0x60, 0x97, 0x97, 0xea, 0x5b}
+DEFINE_GUID!{IID_IDirectDrawSurface7,
+ 0x06675a80, 0x3b9b, 0x11d2, 0xb9, 0x2f, 0x00, 0x60, 0x97, 0x97, 0xea, 0x5b}
+DEFINE_GUID!{IID_IDirectDrawPalette,
+ 0x6c14db84, 0xa733, 0x11ce, 0xa5, 0x21, 0x00, 0x20, 0xaf, 0x0b, 0xe5, 0x60}
+DEFINE_GUID!{IID_IDirectDrawClipper,
+ 0x6c14db85, 0xa733, 0x11ce, 0xa5, 0x21, 0x00, 0x20, 0xaf, 0x0b, 0xe5, 0x60}
+DEFINE_GUID!{IID_IDirectDrawColorControl,
+ 0x4b9f0ee0, 0x0d7e, 0x11d0, 0x9b, 0x06, 0x00, 0xa0, 0xc9, 0x03, 0xa3, 0xb8}
+DEFINE_GUID!{IID_IDirectDrawGammaControl,
+ 0x69c11c3e, 0xb46b, 0x11d1, 0xad, 0x7a, 0x00, 0xc0, 0x4f, 0xc2, 0x9b, 0x4e}