Mercurial > hg > xemacs-beta
diff src/console.h @ 456:e7ef97881643 r21-2-43
Import from CVS: tag r21-2-43
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:41:24 +0200 |
parents | 3d3049ae1304 |
children | 0784d089fdc9 |
line wrap: on
line diff
--- a/src/console.h Mon Aug 13 11:40:56 2007 +0200 +++ b/src/console.h Mon Aug 13 11:41:24 2007 +0200 @@ -97,7 +97,8 @@ Lisp_Object (*own_selection_method)(Lisp_Object selection_name, Lisp_Object selection_value, Lisp_Object how_to_add, - Lisp_Object selection_type); + Lisp_Object selection_type, + int owned_p); void (*disown_selection_method)(Lisp_Object selection_name, Lisp_Object timeval); Lisp_Object (*get_foreign_selection_method) (Lisp_Object selection_symbol,