]> Pileus Git - ~andy/gtk/commit
Only store error codes in inner-most X error trap
authorOwen W. Taylor <otaylor@fishsoup.net>
Mon, 20 Sep 2010 20:12:11 +0000 (16:12 -0400)
committerOwen W. Taylor <otaylor@fishsoup.net>
Mon, 20 Sep 2010 20:35:41 +0000 (16:35 -0400)
commit14e38da150516ffe5cece04de16fb3c976caa21f
tree6f0156e23c83ffbc964567a888873d0ce97a0bc7
parent1592738d2f7261ed17612e97144663ce8bc29081
Only store error codes in inner-most X error trap

When an error occurs with nested traps in place, only the innermost
trap should have the error code stored in it; outer traps are
shielded by the inner trap.

https://bugzilla.gnome.org/show_bug.cgi?id=629608
gdk/x11/gdkdisplay-x11.c
tests/testerrors.c