]> git.saurik.com Git - wxWidgets.git/commit
Sometimes the clipping region can become bigger than the
authorJulian Smart <julian@anthemion.co.uk>
Mon, 19 Jan 2004 21:35:17 +0000 (21:35 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 19 Jan 2004 21:35:17 +0000 (21:35 +0000)
commit2cfddfe7cae4d77e8c05a35de94b670f456b153f
tree9318bad4da6341fb547bb53ee78547e6f9419e62
parent758f1d2e02691179b9a4c28aefc831173c7174d2
Sometimes the clipping region can become bigger than the
actual window, and this can cause X11 to fail inside gdk_gc_set_clip_region
intermittently. The clipping region is now limited to the actual
window size so only valid regions can be passed to this function.

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