Searched refs:monitors (Results 1 – 15 of 15) sorted by relevance
/reactos/win32ss/printing/ |
H A D | CMakeLists.txt | 5 add_subdirectory(monitors)
|
/reactos/dll/cpl/desk/ |
H A D | settings.c | 356 MONSL_MONINFO monitors; in SettingsOnInitDialog() local 364 monitors.Position.x = monitors.Position.y = 0; in SettingsOnInitDialog() 365 monitors.Size.cx = pData->CurrentDisplayDevice->CurrentSettings->dmPelsWidth; in SettingsOnInitDialog() 366 monitors.Size.cy = pData->CurrentDisplayDevice->CurrentSettings->dmPelsHeight; in SettingsOnInitDialog() 367 monitors.Flags = 0; in SettingsOnInitDialog() 372 (LPARAM)&monitors); in SettingsOnInitDialog()
|
/reactos/win32ss/printing/base/spoolss/ |
H A D | CMakeLists.txt | 11 monitors.c
|
/reactos/win32ss/printing/providers/localspl/ |
H A D | CMakeLists.txt | 12 monitors.c
|
/reactos/win32ss/printing/base/winspool/ |
H A D | CMakeLists.txt | 12 monitors.c
|
/reactos/win32ss/printing/base/spoolsv/ |
H A D | CMakeLists.txt | 12 monitors.c
|
/reactos/media/inf/ |
H A D | monitor.inf | 3 ; Installation file for monitors
|
/reactos/dll/cpl/desk/lang/ |
H A D | he-IL.rc | 131 …LTEXT "Drag the monitor icons to match the physical arrangement of your monitors.", IDC_SETTINGS_M…
|
H A D | en-GB.rc | 131 …LTEXT "Drag the monitor icons to match the physical arrangement of your monitors.", IDC_SETTINGS_M…
|
H A D | en-US.rc | 131 …LTEXT "Drag the monitor icons to match the physical arrangement of your monitors.", IDC_SETTINGS_M…
|
H A D | nl-NL.rc | 131 …LTEXT "Drag the monitor icons to match the physical arrangement of your monitors.", IDC_SETTINGS_M…
|
H A D | sv-SE.rc | 133 …LTEXT "Drag the monitor icons to match the physical arrangement of your monitors.", IDC_SETTINGS_M…
|
/reactos/media/doc/ |
H A D | WINESYNC.txt | 241 win32ss/printing/monitors/localmon/ui/ # Synced to WineStaging-4.18 (known there as /dll/win32/loc…
|
/reactos/sdk/include/GL/ |
H A D | glext.h | 11106 GLAPI void APIENTRY glGenPerfMonitorsAMD (GLsizei n, GLuint *monitors); 11107 GLAPI void APIENTRY glDeletePerfMonitorsAMD (GLsizei n, GLuint *monitors); 11118 typedef void (APIENTRYP PFNGLGENPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors); 11119 typedef void (APIENTRYP PFNGLDELETEPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
|
/reactos/sdk/include/reactos/wine/ |
H A D | wgl_driver.h | 731 void (WINE_GLAPI *p_glDeletePerfMonitorsAMD)( GLsizei n, GLuint *monitors ); 942 void (WINE_GLAPI *p_glGenPerfMonitorsAMD)( GLsizei n, GLuint *monitors );
|