public X11ThreadQueue(Thread thread) { xqueue = new XEventQueue(InitialXEventQueueSize); paint_queue = new PaintQueue(InitialHwndQueueSize); configure_queue = new ConfigureQueue(InitialHwndQueueSize); timer_list = new ArrayList(); this.thread = thread; this.quit_posted = false; this.dispatch_idle = true; }
public X11ThreadQueue (Thread thread) { xqueue = new XEventQueue (InitialXEventQueueSize); paint_queue = new PaintQueue (InitialHwndQueueSize); configure_queue = new ConfigureQueue (InitialHwndQueueSize); timer_list = new ArrayList (); this.thread = thread; this.quit_posted = false; this.dispatch_idle = true; }