Use <multimon.h> when compiling with MSVC and old headers. (#126933, John
2003-12-08 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkdisplay-win32.c: Use <multimon.h> when compiling with MSVC and old headers. (#126933, John Ehresman)
This commit is contained in:
committed by
Tor Lillqvist
parent
5b21e9ce26
commit
dfddc20628
@@ -1,3 +1,8 @@
|
||||
2003-12-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkdisplay-win32.c: Use <multimon.h> when compiling
|
||||
with MSVC and old headers. (#126933, John Ehresman)
|
||||
|
||||
Mon Dec 8 10:54:44 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.1 ===
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2003-12-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkdisplay-win32.c: Use <multimon.h> when compiling
|
||||
with MSVC and old headers. (#126933, John Ehresman)
|
||||
|
||||
Mon Dec 8 10:54:44 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.1 ===
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2003-12-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkdisplay-win32.c: Use <multimon.h> when compiling
|
||||
with MSVC and old headers. (#126933, John Ehresman)
|
||||
|
||||
Mon Dec 8 10:54:44 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.1 ===
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2003-12-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkdisplay-win32.c: Use <multimon.h> when compiling
|
||||
with MSVC and old headers. (#126933, John Ehresman)
|
||||
|
||||
Mon Dec 8 10:54:44 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.1 ===
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2003-12-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkdisplay-win32.c: Use <multimon.h> when compiling
|
||||
with MSVC and old headers. (#126933, John Ehresman)
|
||||
|
||||
Mon Dec 8 10:54:44 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.1 ===
|
||||
|
||||
@@ -21,6 +21,10 @@
|
||||
#include "gdk.h"
|
||||
#include "gdkprivate-win32.h"
|
||||
|
||||
#if defined(_MSC_VER) && (WINVER < 0x500)
|
||||
#include <multimon.h>
|
||||
#endif
|
||||
|
||||
typedef BOOL (WINAPI *t_EnumDisplayMonitors)(HDC, LPCRECT, MONITORENUMPROC, LPARAM);
|
||||
typedef BOOL (WINAPI *t_GetMonitorInfoA)(HMONITOR, LPMONITORINFO);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user