/[classpath]/classpath/gnu/java/awt/peer/gtk/GtkClipboard.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/peer/gtk/GtkClipboard.java

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

revision 1.5.2.2 by gnu_andrew, Sat Jan 15 17:01:41 2005 UTC revision 1.5.2.3 by gnu_andrew, Sat Feb 19 10:50:28 2005 UTC
# Line 1  Line 1 
1  /* GtkClipboard.java  /* GtkClipboard.java
2     Copyright (C) 1999 Free Software Foundation, Inc.     Copyright (C) 1999, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 52  public class GtkClipboard extends Clipbo Line 52  public class GtkClipboard extends Clipbo
52    /* the number of milliseconds that we'll wait around for the    /* the number of milliseconds that we'll wait around for the
53       owner of the GDK_SELECTION_PRIMARY selection to convert       owner of the GDK_SELECTION_PRIMARY selection to convert
54       the requested data */       the requested data */
55    final static int SELECTION_RECEIVED_TIMEOUT = 5000;    static final int SELECTION_RECEIVED_TIMEOUT = 5000;
56    
57    /* We currently only support transferring of text between applications */    /* We currently only support transferring of text between applications */
58    static String selection;    static String selection;
# Line 165  public class GtkClipboard extends Clipbo Line 165  public class GtkClipboard extends Clipbo
165    }    }
166    
167    native void initNativeState();    native void initNativeState();
168    native static void requestStringConversion();    static native void requestStringConversion();
169    native static void selectionGet();    static native void selectionGet();
170  }  }

Legend:
Removed from v.1.5.2.2  
changed lines
  Added in v.1.5.2.3

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