]> git.saurik.com Git - wxWidgets.git/commit
gdk_window_copy_area(drawable,gc,x,y,source_drawable,source_x,source_y,width,height) ->
authorMart Raudsepp <leio@gentoo.org>
Tue, 4 Apr 2006 13:37:31 +0000 (13:37 +0000)
committerMart Raudsepp <leio@gentoo.org>
Tue, 4 Apr 2006 13:37:31 +0000 (13:37 +0000)
commit62d4b5d6fe0033070a84ea5365b75bfca4b0554c
tree946d22b099f844ed7f16dbee0369ed2599a61f14
parent22a3bce465fa9180597544a1bef7b7024d40fc50
gdk_window_copy_area(drawable,gc,x,y,source_drawable,source_x,source_y,width,height) ->
gdk_draw_pixmap(drawable,gc,source_drawable,source_x,source_y,x,y,width,height)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/dcclient.cpp