chiark / gitweb /
CLISP porting and some other minor changes
[clg] / gtk / gtkselection.lisp
index e4a66fe81c67f028bbd6968e65909902c952e02b..a7a31470aa2e662001da2862f0ad2eedb464d456 100644 (file)
@@ -20,7 +20,7 @@
 ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-;; $Id: gtkselection.lisp,v 1.7 2006/02/26 15:22:47 espen Exp $
+;; $Id: gtkselection.lisp,v 1.8 2006/04/10 18:54:47 espen Exp $
 
 
 (in-package "GTK")
@@ -97,7 +97,8 @@ (defbinding (selection-set-owner "gtk_selection_owner_set_for_display")
     boolean
   (display gdk:display)
   (widget widget)
-  ((gdk:atom-intern selection) gdk:atom))
+  ((gdk:atom-intern selection) gdk:atom)
+  (time (unsigned 32)))
 
 (defbinding selection-add-target () nil
   (widget widget)