projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5122323
)
[PSDK]
author
Amine Khaldi
<amine.khaldi@reactos.org>
Fri, 20 Aug 2010 16:55:33 +0000
(16:55 +0000)
committer
Amine Khaldi
<amine.khaldi@reactos.org>
Fri, 20 Aug 2010 16:55:33 +0000
(16:55 +0000)
- Add missing DISPLAY_BRIGHTNESS and some related definitions.
svn path=/trunk/; revision=48575
reactos/include/psdk/ntddvdeo.h
patch
|
blob
|
history
diff --git
a/reactos/include/psdk/ntddvdeo.h
b/reactos/include/psdk/ntddvdeo.h
index
2aa4774
..
6bf65a4
100644
(file)
--- a/
reactos/include/psdk/ntddvdeo.h
+++ b/
reactos/include/psdk/ntddvdeo.h
@@
-468,6
+468,15
@@
typedef struct _ENG_EVENT
ULONG fFlags;
} ENG_EVENT, *PENG_EVENT;
+typedef struct _DISPLAY_BRIGHTNESS {
+ UCHAR ucDisplayPolicy;
+ UCHAR ucACBrightness;
+ UCHAR ucDCBrightness;
+} DISPLAY_BRIGHTNESS, *PDISPLAY_BRIGHTNESS;
+
+#define DISPLAYPOLICY_AC 0x00000001
+#define DISPLAYPOLICY_DC 0x00000002
+#define DISPLAYPOLICY_BOTH 0x00000003
#ifdef __cplusplus
}