/[libvob]/libvob/org/nongnu/libvob/gl/GL.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/gl/GL.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by tjl, Sat Jun 28 14:35:39 2003 UTC revision 1.21 by tjl, Tue Jul 22 12:01:50 2003 UTC
# Line 945  public class GL { Line 945  public class GL {
945       * @param wait If false, this function will return once there are no more       * @param wait If false, this function will return once there are no more
946       *          native events to process. If true, this function will wait       *          native events to process. If true, this function will wait
947       *          for the next native event.       *          for the next native event.
948         * @return Whether something happened
949       */       */
950      public static native void eventLoop(boolean wait);      public static native boolean eventLoop(boolean wait);
951      /** Interrupt the event loop.      /** Interrupt the event loop.
952       * Unlike most functions in GL, this can be called from other threads       * Unlike most functions in GL, this can be called from other threads
953       * to interrup a waiting event loop at any time.       * to interrup a waiting event loop at any time.

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26