]> Pileus Git - ~andy/gtk/commit
Rename from blit_inside_window(), as it now does blitting inside a bitmap,
authorTor Lillqvist <tml@novell.com>
Thu, 28 Jul 2005 22:24:19 +0000 (22:24 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 28 Jul 2005 22:24:19 +0000 (22:24 +0000)
commitc06f82f2516bc694b00a8d301be432fabf334ae2
tree8a79bec18a7b836967e363d035828d550479a2ee
parent67021509039b34f7cb16136e77812fd0c93161d3
Rename from blit_inside_window(), as it now does blitting inside a bitmap,

2005-07-29  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkdrawable-win32.c (blit_inside_drawable): Rename
from blit_inside_window(), as it now does blitting inside a
bitmap, too. No code change, still just call BitBlt().
(_gdk_win32_blit): Check for source equalling destination
first. (#169508, #131977)
Do away with the superfluous local draw_impl variable, the
parameter to this function is already a GdkDrawableImplWin32*, no
need to copy and cast it.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gdk/win32/gdkdrawable-win32.c