< prev index next >

src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c

Print this page

        

*** 352,362 **** // Prototypes static void waitForEvents(JNIEnv *, jlong); static void awt_pipe_init(); - static void processOneEvent(XtInputMask iMask); static Boolean performPoll(JNIEnv *, jlong); static void wakeUp(); static void update_poll_timeout(int timeout_control); static uint32_t get_poll_timeout(jlong nextTaskTime); --- 352,361 ----
*** 612,622 **** return ret_timeout; } /* get_poll_timeout() */ /* ! * Waits for X/Xt events to appear on the pipe. Returns only when * it is likely (but not definite) that there are events waiting to * be processed. * * This routine also flushes the outgoing X queue, when the * awt_next_flush_time has been reached. --- 611,621 ---- return ret_timeout; } /* get_poll_timeout() */ /* ! * Waits for X events to appear on the pipe. Returns only when * it is likely (but not definite) that there are events waiting to * be processed. * * This routine also flushes the outgoing X queue, when the * awt_next_flush_time has been reached.
< prev index next >