Changeset 95867 in vbox for trunk/src/VBox
- Timestamp:
- Jul 27, 2022 1:24:58 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.h
r93115 r95867 22 22 #endif 23 23 24 /** @todo r=bird: This file has the same name as ../include/VBoxDisplay.h 25 * which some of the VBoxTray source files also wish to include. 26 * 27 * The result is a certifiable mess. To quote a Tina Fey's character in 28 * Ponyo: "BAKA BAKA BAKA BAKA BAKA BAKA BAKA BAKA BAKA BAKA BAKA!!!" 29 * 30 * There are too many 'ing header files here. Most of them can be merged 31 * into VBoxTray.h (or a VBoxTrayInternal.h file). 32 * 33 */ 34 35 24 36 DWORD VBoxDisplayGetCount(); 25 37 DWORD VBoxDisplayGetConfig(const DWORD NumDevices, DWORD *pDevPrimaryNum, DWORD *pNumDevices, DISPLAY_DEVICE *paDisplayDevices, DEVMODE *paDeviceModes);
Note:
See TracChangeset
for help on using the changeset viewer.