src/solaris/native/sun/xawt/XToolkit.c
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/solaris/native/sun/xawt/XToolkit.c	Fri Feb 14 22:46:58 2014
--- new/src/solaris/native/sun/xawt/XToolkit.c	Fri Feb 14 22:46:58 2014

*** 697,707 **** --- 697,707 ---- PRINT2("performPoll(): data on the AWT pipe: curPollTimeout = %d \n", curPollTimeout); } if (pollFds[0].revents) { // Events in X pipe update_poll_timeout(TIMEOUT_EVENTS); - PRINT2("performPoll(): TIMEOUT_EVENTS curPollTimeout = %ld \n", curPollTimeout); } return; } /* performPoll() */

src/solaris/native/sun/xawt/XToolkit.c
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File