summaryrefslogtreecommitdiff
path: root/video
diff options
context:
space:
mode:
authorDen Delimarsky <[email protected]>2019-07-15 11:54:00 -0700
committerDen Delimarsky <[email protected]>2019-07-15 11:54:00 -0700
commit1aa39e393c0657d7dfd5110727f3b92d20fc3187 (patch)
tree4b9c82e688a866d016f078a01a9f7fe743b92f54 /video
parentad599508acbb5ba1dd633af484a727f04bfddfd7 (diff)
Diffstat (limited to 'video')
-rw-r--r--video/KMDOD/README.md2
-rw-r--r--video/pixlib/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/video/KMDOD/README.md b/video/KMDOD/README.md
index 7ddb3b3f..b6f165fa 100644
--- a/video/KMDOD/README.md
+++ b/video/KMDOD/README.md
@@ -1,5 +1,5 @@
---
-topic: sample
+page_type: sample
description: "Implements most DDIs that a display-only miniport driver should provide to the Windows Display Driver Model (WDDM)."
languages:
- cpp
diff --git a/video/pixlib/README.md b/video/pixlib/README.md
index e6142021..288f0da4 100644
--- a/video/pixlib/README.md
+++ b/video/pixlib/README.md
@@ -1,5 +1,5 @@
---
-topic: sample
+page_type: sample
description: "Demonstrates how to implement the CPixel class for use by a display driver."
languages:
- cpp