]> Pileus Git - ~andy/gtk/commit
Implement the conditional use of FlashWindowEx() properly for MSVC
authorTor Lillqvist <tml@novell.com>
Mon, 28 Nov 2005 08:40:56 +0000 (08:40 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 28 Nov 2005 08:40:56 +0000 (08:40 +0000)
commit2aadb2dff2ef03188a27819d26671112e5d8143b
tree6a22af0d1ccb37a1e990d739e5c1ff9f6477fda1
parent954deb7bf3df039e24cd01b65b0fa2be287898c7
Implement the conditional use of FlashWindowEx() properly for MSVC

2005-11-28  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkwindow-win32.c (gdk_window_set_urgency_hint):
Implement the conditional use of FlashWindowEx() properly for MSVC
compilations. The code was confusingly assuming that if compiled
with a "new" compiler, it will only be run on "new" Windows
versions. We want it to run on "old" versions, too, even if
compiled with a "new" compiler. There are two orthogonal issues:
whether the compiler defines the necessary API in its headers, and
whether it is present at run-time. (#318077)
ChangeLog
ChangeLog.pre-2-10
gdk/win32/gdkwindow-win32.c