comparison src/xselect.c @ 83162:dbcd0af66869

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-409 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-410 Make sure image types are initialized for lookup too * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-411 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-412 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-413 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-414 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-415 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-416 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-417 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-418 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-419 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-202
author Karoly Lorentey <lorentey@elte.hu>
date Thu, 24 Jun 2004 07:44:13 +0000
parents 03a73693678e 5407da499273
children 22658e29bd48
comparison
equal deleted inserted replaced
83161:8d62eda26760 83162:dbcd0af66869
1 /* X Selection processing for Emacs. 1 /* X Selection processing for Emacs.
2 Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2003 2 Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2003, 2004
3 Free Software Foundation. 3 Free Software Foundation.
4 4
5 This file is part of GNU Emacs. 5 This file is part of GNU Emacs.
6 6
7 GNU Emacs is free software; you can redistribute it and/or modify 7 GNU Emacs is free software; you can redistribute it and/or modify
2606 event.xclient.format = XFASTINT (format); 2606 event.xclient.format = XFASTINT (format);
2607 2607
2608 if (event.xclient.format != 8 && event.xclient.format != 16 2608 if (event.xclient.format != 8 && event.xclient.format != 16
2609 && event.xclient.format != 32) 2609 && event.xclient.format != 32)
2610 error ("FORMAT must be one of 8, 16 or 32"); 2610 error ("FORMAT must be one of 8, 16 or 32");
2611 2611
2612 if (FRAMEP (dest) || NILP (dest)) 2612 if (FRAMEP (dest) || NILP (dest))
2613 { 2613 {
2614 struct frame *fdest = check_x_frame (dest); 2614 struct frame *fdest = check_x_frame (dest);
2615 wdest = FRAME_OUTER_WINDOW (fdest); 2615 wdest = FRAME_OUTER_WINDOW (fdest);
2616 } 2616 }