annotate src/glyphs.c @ 872:79c6ff3eef26

[xemacs-hg @ 2002-06-20 21:18:01 by ben] font changes etc.; some 21.4 changes mule/mule-msw-init-late.el: Specify charset->windows-registry conversion. mule/mule-x-init.el: Delete extra mule font additions here. Put them in faces.c. cl-macs.el: Document better. font-lock.el: Move Lisp function regexp to lisp-mode.el. lisp-mode.el: Various indentation fixes: Handle flet functions better. Handle argument lists in defuns and flets. Handle quoted lists, e.g. property lists -- don't indent like function calls. Distinguish between lambdas and other lists. lisp-mode.el: Handle this form. faces.el, font-menu.el, font.el, gtk-faces.el, msw-faces.el, msw-font-menu.el, x-faces.el, x-init.el: Major overhaul of face-handling code: -- Fix lots of bogus code in msw-faces.el, msw-font-menu.el, font-menu.el that was "truenaming" font specs -- i.e. in the process of frobbing a particular field in a general user-specified font spec with wildcarded fields, sticking in particular values for all the remaining wildcarded fields. This bug was rampant everywhere except in x-faces.el (the oldest and only correctly written code). This also means that we need to work with font names at all times and not font instances, because a font instance is essentially a truenamed font. -- Total rewrite of extremely junky code in msw-faces.el. Work with names as well as font instances, and return names; stop truenaming when canonicalizing and frobbing; fix handling of the combined style field, i.e. weight/slant (also fixed in font.el). -- Totally rewrite the frobbing functions in faces.el. This time, we frob all the instantiators rather than just computing a single instance value and working backwards. That way, e.g., `bold' will work for all charsets that have bold available, rather than only for whatever charset was part of the computed font instance (another example of the truename virus). Also fix up code to look at the fallbacks (all of them) when no global value present, so we don't need to put something in the global value. Intelligently handle a request to frob a buffer locale, rather than signalling an error. When frobbing instantiators, try hard to figure out what device type is associated with them, and frob each according to its own proper device type. Correctly handle inheritance vectors given as instantiators. Preserve existing tags when putting back frobbed instantiators. Extract out general specifier-frobbing code into specifier.el. Document everything cleanly. Do lots of other things better, etc. -- Don't duplicatively set a global specification for the default font -- it's already in the fallback and we no longer need a default global specification present. Delete various code in x-faces.el and msw-faces.el that duplicated the lists of fonts in faces.c. -- init-global-faces was not being called at all under MS Windows! Major bogosity. That caused device-specific values to get stuck into all the fonts, making it very hard to change them -- setting global specs caused nothing to happen. -- Correct weight names in font.el. -- Lots more font fixups in objects*.c. Printer.el: Warning fix. specifier.el: Add more args to map-specifier. Add various "heuristic" specifier functions to aid in creation of specifier-munging code such as in faces.el. subr.el: New functions. lwlib.c: Fix warning. config.inc.samp: Clean up, add args to control fastcall (not yet supported! the changes needed are in another ws of mine), profile support, vc6 support, union-type. xemacs.dsp, xemacs.mak: Semi-major overhaul. Fix bug where dump-id was always getting recomputed, forcing a redump even when nothing changed. Add support for fastcall. Support edit-and-continue (on by default) with vc6. Use incremental linking when doing a debug compilation. Add support for profiling. Consolidate the various debug flags. Partial support for "batch-compiling" -- compiling many files on a single invocation of the compiler. Doesn't seem to help that much for me, so it's not finished or enabled by default. Remove HAVE_MSW_C_DIRED, we always do. Correct some sloppy use of directories. s/cygwin32.h: Allow pdump to work under Cygwin (mmap is broken, so need to undefine HAVE_MMAP). s/win32-common.h, s/windowsnt.h: Support for fastcall. Add WIN32_ANY for identifying all Win32 variants (Cygwin, native, MinGW). Both of these are properly used in another ws. alloc.c, balloon-x.c, buffer.c, bytecode.c, callint.c, cm.c, cmdloop.c, cmds.c, console-gtk.c, console-gtk.h, console-msw.c, console-msw.h, console-stream.c, console-stream.h, console-tty.c, console-tty.h, console-x.c, console-x.h, console.c, console.h, device-gtk.c, device-msw.c, device-tty.c, device-x.c, device.c, device.h, devslots.h, dialog-gtk.c, dialog-msw.c, dialog-x.c, dialog.c, dired-msw.c, editfns.c, emacs.c, event-Xt.c, event-gtk.c, event-msw.c, event-stream.c, event-tty.c, event-unixoid.c, events.c, extents.c, extents.h, faces.c, fileio.c, fns.c, frame-gtk.c, frame-msw.c, frame-tty.c, frame-x.c, frame.c, frame.h, glyphs-eimage.c, glyphs-gtk.c, glyphs-msw.c, glyphs-widget.c, glyphs-x.c, glyphs.c, glyphs.h, gui-gtk.c, gui-msw.c, gui-x.c, gui.c, gutter.c, input-method-xlib.c, intl-encap-win32.c, intl-win32.c, keymap.c, lisp.h, macros.c, menubar-gtk.c, menubar-msw.c, menubar-x.c, menubar.c, menubar.h, minibuf.c, mule-charset.c, nt.c, objects-gtk.c, objects-gtk.h, objects-msw.c, objects-msw.h, objects-tty.c, objects-tty.h, objects-x.c, objects-x.h, objects.c, objects.h, postgresql.c, print.c, process.h, redisplay-gtk.c, redisplay-msw.c, redisplay-output.c, redisplay-tty.c, redisplay-x.c, redisplay.c, redisplay.h, scrollbar-gtk.c, scrollbar-msw.c, scrollbar-x.c, scrollbar.c, select-gtk.c, select-msw.c, select-x.c, select.c, signal.c, sound.c, specifier.c, symbols.c, syntax.c, sysdep.c, syssignal.h, syswindows.h, toolbar-common.c, toolbar-gtk.c, toolbar-msw.c, toolbar-x.c, toolbar.c, unicode.c, window.c, window.h: The following are the major changes made: (1) Separation of various header files into an external and an internal version, similar to the existing separation of process.h and procimpl.h. Eventually this should be done for all Lisp objects. The external version has the same name as currently; the internal adds -impl. The external file has XFOO() macros for objects, but the structure is opaque and defined only in the internal file. It's now reasonable to move all prototypes in lisp.h into the appropriate external file, and this should be done. Currently, separation has been done on extents.h, objects*.h, console.h, device.h, frame.h, and window.h. For c/d/f/w, the most basic properties are available in the external header file, with the macros resolving to functions. In the internal header file, the macros are redefined to directly access the structure. Also, the global MARK_FOO_CHANGED macros have been made into functions so that they can be accessed without needing to include lots of -impl headers -- they are used in almost exclusively in non-time-critical functions, and take up enough time that the function overhead will be negligible. Similarly, the function overhead from making the basic properties mentioned above into functions is negligible, and code that does heavy accessing of c/d/f/w structures inevitably ends up needing the internal header files, anyway. (2) More face changes. -- Major rewrite of objects-msw.c. Now handles wildcard specs properly, rather than "truenaming" (or even worse, signalling an error, which previously happened with some of the fallbacks if you tried to use them in make-font-instance!). -- Split charset matching of fonts into two stages -- one to find a font specifically designed for a particular charset (by examining its registry), the second to find a Unicode font that can support the charset. This needs to proceed as two complete, separate instantiations in order to work properly (otherwise many of the fonts in the HELLO page look wrong). This should also make it easy to support iso10646 (Unicode) fonts under X. -- All default values for fonts are now completely specified in the fallbacks. Stuff from mule-x-init.el has all been moved here, merged with the existing specs, and totally rethought so you get sensible results. (HELLO now looks much better!). -- Generalize the "default X/GTK device" stuff into a per-device-type "default device". -- Add mswindows-{set-}charset-registry. In time, charset<->code-page conversion functions will be removed. -- Wrap protective code around calls to compute device specifier tags, and do this computation before calling the face initialization code because the latter may need these tags to be correctly updated. (3) Other changes. EmacsFrame.c, glyphs-msw.c, eval.c, gui-x.c, intl-encap-win32.c, search.c, signal.c, toolbar-msw.c, unicode.c: Warning fixes. config.h.in: #undefs meant to be frobbed by configure *MUST* go inside of #ifndef WIN32_NO_CONFIGURE, and everything else *MUST* go outside! eval.c: Let detailed backtraces be detailed. specifier.c: Don't override user's print-string-length/print-length settings. glyphs.c: New function image-instance-instantiator. config.h.in, sysdep.c: Changes for fastcall. sysdep.c, nt.c: Fix up a previous botched patch that tried to add support for both EEXIST and EACCES. IF THE BOTCHED PATCH WENT INTO 21.4, THIS FIXUP NEEDS TO GO IN, TOO. search.c: Fix *evil* crash due to incorrect synching of syntax-cache code with 21.1. THIS SHOULD GO INTO 21.4.
author ben
date Thu, 20 Jun 2002 21:19:10 +0000
parents 804517e16990
children 4a27df428c73
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1 /* Generic glyph/image implementation + display tables
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2 Copyright (C) 1994, 1995 Board of Trustees, University of Illinois.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3 Copyright (C) 1995 Tinker Systems
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4 Copyright (C) 1995, 1996, 2000, 2001, 2002 Ben Wing
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5 Copyright (C) 1995 Sun Microsystems
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
6 Copyright (C) 1998, 1999, 2000 Andy Piper
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
8 This file is part of XEmacs.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
10 XEmacs is free software; you can redistribute it and/or modify it
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
11 under the terms of the GNU General Public License as published by the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
12 Free Software Foundation; either version 2, or (at your option) any
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
13 later version.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
14
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
15 XEmacs is distributed in the hope that it will be useful, but WITHOUT
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
16 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
17 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
18 for more details.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
19
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
20 You should have received a copy of the GNU General Public License
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
21 along with XEmacs; see the file COPYING. If not, write to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
22 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
23 Boston, MA 02111-1307, USA. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
24
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
25 /* Synched up with: Not in FSF. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
26
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
27 /* Written by Ben Wing and Chuck Thompson. Heavily modified /
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
28 rewritten by Andy Piper. */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
29
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
30 #include <config.h>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
31 #include "lisp.h"
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
32
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
33 #include "blocktype.h"
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
34 #include "buffer.h"
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
35 #include "chartab.h"
872
79c6ff3eef26 [xemacs-hg @ 2002-06-20 21:18:01 by ben]
ben
parents: 867
diff changeset
36 #include "device-impl.h"
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
37 #include "elhash.h"
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
38 #include "faces.h"
872
79c6ff3eef26 [xemacs-hg @ 2002-06-20 21:18:01 by ben]
ben
parents: 867
diff changeset
39 #include "frame-impl.h"
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
40 #include "glyphs.h"
800
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
41 #include "gui.h"
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
42 #include "insdel.h"
872
79c6ff3eef26 [xemacs-hg @ 2002-06-20 21:18:01 by ben]
ben
parents: 867
diff changeset
43 #include "objects-impl.h"
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
44 #include "opaque.h"
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
45 #include "rangetab.h"
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
46 #include "redisplay.h"
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
47 #include "specifier.h"
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
48 #include "window.h"
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
49
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 665
diff changeset
50 #include "sysfile.h"
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 665
diff changeset
51
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 454
diff changeset
52 #if defined (HAVE_XPM) && !defined (HAVE_GTK)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
53 #include <X11/xpm.h>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
54 #endif
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
55
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
56 Lisp_Object Qimage_conversion_error;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
57
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
58 Lisp_Object Qglyphp, Qcontrib_p, Qbaseline;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
59 Lisp_Object Qbuffer_glyph_p, Qpointer_glyph_p, Qicon_glyph_p;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
60 Lisp_Object Qnothing_image_instance_p, Qtext_image_instance_p;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
61 Lisp_Object Qmono_pixmap_image_instance_p;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
62 Lisp_Object Qcolor_pixmap_image_instance_p;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
63 Lisp_Object Qpointer_image_instance_p;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
64 Lisp_Object Qsubwindow_image_instance_p;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
65 Lisp_Object Qwidget_image_instance_p;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
66 Lisp_Object Qconst_glyph_variable;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
67 Lisp_Object Qmono_pixmap, Qcolor_pixmap, Qsubwindow;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
68 Lisp_Object Q_file, Q_data, Q_face, Q_pixel_width, Q_pixel_height;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
69 Lisp_Object Qformatted_string;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
70 Lisp_Object Vcurrent_display_table;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
71 Lisp_Object Vtruncation_glyph, Vcontinuation_glyph, Voctal_escape_glyph;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
72 Lisp_Object Vcontrol_arrow_glyph, Vinvisible_text_glyph, Vhscroll_glyph;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
73 Lisp_Object Vxemacs_logo;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
74 Lisp_Object Vthe_nothing_vector;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
75 Lisp_Object Vimage_instantiator_format_list;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
76 Lisp_Object Vimage_instance_type_list;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
77 Lisp_Object Vglyph_type_list;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
78
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
79 int disable_animated_pixmaps;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
80
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
81 DEFINE_IMAGE_INSTANTIATOR_FORMAT (nothing);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
82 DEFINE_IMAGE_INSTANTIATOR_FORMAT (inherit);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
83 DEFINE_IMAGE_INSTANTIATOR_FORMAT (string);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
84 DEFINE_IMAGE_INSTANTIATOR_FORMAT (formatted_string);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
85 DEFINE_IMAGE_INSTANTIATOR_FORMAT (subwindow);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
86 DEFINE_IMAGE_INSTANTIATOR_FORMAT (text);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
87 DEFINE_IMAGE_INSTANTIATOR_FORMAT (pointer);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
88
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
89 #ifdef HAVE_WINDOW_SYSTEM
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
90 DEFINE_IMAGE_INSTANTIATOR_FORMAT (xbm);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
91 Lisp_Object Qxbm;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
92
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
93 Lisp_Object Q_mask_file, Q_mask_data, Q_hotspot_x, Q_hotspot_y;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
94 Lisp_Object Q_foreground, Q_background;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
95 #ifndef BitmapSuccess
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
96 #define BitmapSuccess 0
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
97 #define BitmapOpenFailed 1
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
98 #define BitmapFileInvalid 2
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
99 #define BitmapNoMemory 3
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
100 #endif
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
101 #endif
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
102
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
103 #ifdef HAVE_XFACE
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
104 DEFINE_IMAGE_INSTANTIATOR_FORMAT (xface);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
105 Lisp_Object Qxface;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
106 #endif
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
107
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
108 #ifdef HAVE_XPM
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
109 DEFINE_IMAGE_INSTANTIATOR_FORMAT (xpm);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
110 Lisp_Object Qxpm;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
111 Lisp_Object Q_color_symbols;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
112 #endif
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
113
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
114 typedef struct image_instantiator_format_entry image_instantiator_format_entry;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
115 struct image_instantiator_format_entry
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
116 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
117 Lisp_Object symbol;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
118 Lisp_Object device;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
119 struct image_instantiator_methods *meths;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
120 };
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
121
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
122 typedef struct
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
123 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
124 Dynarr_declare (struct image_instantiator_format_entry);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
125 } image_instantiator_format_entry_dynarr;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
126
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
127 /* This contains one entry per format, per device it's defined on. */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
128 image_instantiator_format_entry_dynarr *
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
129 the_image_instantiator_format_entry_dynarr;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
130
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
131 static Lisp_Object allocate_image_instance (Lisp_Object governing_domain,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
132 Lisp_Object parent,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
133 Lisp_Object instantiator);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
134 static void image_validate (Lisp_Object instantiator);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
135 static void glyph_property_was_changed (Lisp_Object glyph,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
136 Lisp_Object property,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
137 Lisp_Object locale);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
138 static void set_image_instance_dirty_p (Lisp_Object instance, int dirty);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
139 static void register_ignored_expose (struct frame* f, int x, int y, int width, int height);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
140 static void cache_subwindow_instance_in_frame_maybe (Lisp_Object instance);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
141 static void update_image_instance (Lisp_Object image_instance,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
142 Lisp_Object instantiator);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
143 /* Unfortunately windows and X are different. In windows BeginPaint()
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
144 will prevent WM_PAINT messages being generated so it is unnecessary
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
145 to register exposures as they will not occur. Under X they will
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
146 always occur. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
147 int hold_ignored_expose_registration;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
148
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
149 EXFUN (Fimage_instance_type, 1);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
150 EXFUN (Fglyph_type, 1);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
151 EXFUN (Fnext_window, 4);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
152
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
153
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
154 /****************************************************************************
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
155 * Image Instantiators *
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
156 ****************************************************************************/
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
157
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
158 struct image_instantiator_methods *
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
159 decode_device_ii_format (Lisp_Object device, Lisp_Object format,
578
190b164ddcac [xemacs-hg @ 2001-05-25 11:26:50 by ben]
ben
parents: 563
diff changeset
160 Error_Behavior errb)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
161 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
162 int i;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
163
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
164 if (!SYMBOLP (format))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
165 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
166 if (ERRB_EQ (errb, ERROR_ME))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
167 CHECK_SYMBOL (format);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
168 return 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
169 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
170
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
171 for (i = 0; i < Dynarr_length (the_image_instantiator_format_entry_dynarr);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
172 i++)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
173 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
174 if ( EQ (format,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
175 Dynarr_at (the_image_instantiator_format_entry_dynarr, i).
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
176 symbol) )
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
177 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
178 Lisp_Object d = Dynarr_at (the_image_instantiator_format_entry_dynarr, i).
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
179 device;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
180 if ((NILP (d) && NILP (device))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
181 ||
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
182 (!NILP (device) &&
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
183 EQ (CONSOLE_TYPE (XCONSOLE
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
184 (DEVICE_CONSOLE (XDEVICE (device)))), d)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
185 return Dynarr_at (the_image_instantiator_format_entry_dynarr, i).meths;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
186 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
187 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
188
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
189 maybe_invalid_argument ("Invalid image-instantiator format", format,
872
79c6ff3eef26 [xemacs-hg @ 2002-06-20 21:18:01 by ben]
ben
parents: 867
diff changeset
190 Qimage, errb);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
191
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
192 return 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
193 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
194
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
195 struct image_instantiator_methods *
578
190b164ddcac [xemacs-hg @ 2001-05-25 11:26:50 by ben]
ben
parents: 563
diff changeset
196 decode_image_instantiator_format (Lisp_Object format, Error_Behavior errb)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
197 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
198 return decode_device_ii_format (Qnil, format, errb);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
199 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
200
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
201 static int
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
202 valid_image_instantiator_format_p (Lisp_Object format, Lisp_Object locale)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
203 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
204 int i;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
205 struct image_instantiator_methods* meths =
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
206 decode_image_instantiator_format (format, ERROR_ME_NOT);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
207 Lisp_Object contype = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
208 /* mess with the locale */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
209 if (!NILP (locale) && SYMBOLP (locale))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
210 contype = locale;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
211 else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
212 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
213 struct console* console = decode_console (locale);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
214 contype = console ? CONSOLE_TYPE (console) : locale;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
215 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
216 /* nothing is valid in all locales */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
217 if (EQ (format, Qnothing))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
218 return 1;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
219 /* reject unknown formats */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
220 else if (NILP (contype) || !meths)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
221 return 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
222
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
223 for (i = 0; i < Dynarr_length (meths->consoles); i++)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
224 if (EQ (contype, Dynarr_at (meths->consoles, i).symbol))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
225 return 1;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
226 return 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
227 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
228
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
229 DEFUN ("valid-image-instantiator-format-p", Fvalid_image_instantiator_format_p,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
230 1, 2, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
231 Given an IMAGE-INSTANTIATOR-FORMAT, return non-nil if it is valid.
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
232 If LOCALE is non-nil then the format is checked in that locale.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
233 If LOCALE is nil the current console is used.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
234
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
235 Valid formats are some subset of 'nothing, 'string, 'formatted-string,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
236 'xpm, 'xbm, 'xface, 'gif, 'jpeg, 'png, 'tiff, 'cursor-font, 'font,
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
237 'autodetect, 'subwindow, 'inherit, 'mswindows-resource, 'bmp,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
238 'native-layout, 'layout, 'label, 'tab-control, 'tree-view,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
239 'progress-gauge, 'scrollbar, 'combo-box, 'edit-field, 'button,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
240 'widget, 'pointer, and 'text, depending on how XEmacs was compiled.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
241 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
242 (image_instantiator_format, locale))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
243 {
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
244 return valid_image_instantiator_format_p (image_instantiator_format,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
245 locale) ?
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
246 Qt : Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
247 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
248
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
249 DEFUN ("image-instantiator-format-list", Fimage_instantiator_format_list,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
250 0, 0, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
251 Return a list of valid image-instantiator formats.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
252 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
253 ())
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
254 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
255 return Fcopy_sequence (Vimage_instantiator_format_list);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
256 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
257
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
258 void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
259 add_entry_to_device_ii_format_list (Lisp_Object device, Lisp_Object symbol,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
260 struct image_instantiator_methods *meths)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
261 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
262 struct image_instantiator_format_entry entry;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
263
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
264 entry.symbol = symbol;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
265 entry.device = device;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
266 entry.meths = meths;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
267 Dynarr_add (the_image_instantiator_format_entry_dynarr, entry);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
268 if (NILP (memq_no_quit (symbol, Vimage_instantiator_format_list)))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
269 Vimage_instantiator_format_list =
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
270 Fcons (symbol, Vimage_instantiator_format_list);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
271 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
272
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
273 void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
274 add_entry_to_image_instantiator_format_list (Lisp_Object symbol,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
275 struct
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
276 image_instantiator_methods *meths)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
277 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
278 add_entry_to_device_ii_format_list (Qnil, symbol, meths);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
279 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
280
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
281 static Lisp_Object *
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
282 get_image_conversion_list (Lisp_Object console_type)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
283 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
284 return &decode_console_type (console_type, ERROR_ME)->image_conversion_list;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
285 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
286
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
287 DEFUN ("set-console-type-image-conversion-list", Fset_console_type_image_conversion_list,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
288 2, 2, 0, /*
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
289 Set the image-conversion-list for consoles of the given CONSOLE-TYPE.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
290 The image-conversion-list specifies how image instantiators that
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
291 are strings should be interpreted. Each element of the list should be
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
292 a list of two elements (a regular expression string and a vector) or
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
293 a list of three elements (the preceding two plus an integer index into
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
294 the vector). The string is converted to the vector associated with the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
295 first matching regular expression. If a vector index is specified, the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
296 string itself is substituted into that position in the vector.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
297
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
298 Note: The conversion above is applied when the image instantiator is
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
299 added to an image specifier, not when the specifier is actually
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
300 instantiated. Therefore, changing the image-conversion-list only affects
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
301 newly-added instantiators. Existing instantiators in glyphs and image
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
302 specifiers will not be affected.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
303 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
304 (console_type, list))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
305 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
306 Lisp_Object tail;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
307 Lisp_Object *imlist = get_image_conversion_list (console_type);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
308
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
309 /* Check the list to make sure that it only has valid entries. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
310
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
311 EXTERNAL_LIST_LOOP (tail, list)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
312 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
313 Lisp_Object mapping = XCAR (tail);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
314
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
315 /* Mapping form should be (STRING VECTOR) or (STRING VECTOR INTEGER) */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
316 if (!CONSP (mapping) ||
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
317 !CONSP (XCDR (mapping)) ||
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
318 (!NILP (XCDR (XCDR (mapping))) &&
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
319 (!CONSP (XCDR (XCDR (mapping))) ||
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
320 !NILP (XCDR (XCDR (XCDR (mapping)))))))
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
321 invalid_argument ("Invalid mapping form", mapping);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
322 else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
323 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
324 Lisp_Object exp = XCAR (mapping);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
325 Lisp_Object typevec = XCAR (XCDR (mapping));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
326 Lisp_Object pos = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
327 Lisp_Object newvec;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
328 struct gcpro gcpro1;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
329
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
330 CHECK_STRING (exp);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
331 CHECK_VECTOR (typevec);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
332 if (!NILP (XCDR (XCDR (mapping))))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
333 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
334 pos = XCAR (XCDR (XCDR (mapping)));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
335 CHECK_INT (pos);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
336 if (XINT (pos) < 0 ||
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
337 XINT (pos) >= XVECTOR_LENGTH (typevec))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
338 args_out_of_range_3
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
339 (pos, Qzero, make_int (XVECTOR_LENGTH (typevec) - 1));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
340 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
341
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
342 newvec = Fcopy_sequence (typevec);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
343 if (INTP (pos))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
344 XVECTOR_DATA (newvec)[XINT (pos)] = exp;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
345 GCPRO1 (newvec);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
346 image_validate (newvec);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
347 UNGCPRO;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
348 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
349 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
350
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
351 *imlist = Fcopy_tree (list, Qt);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
352 return list;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
353 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
354
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
355 DEFUN ("console-type-image-conversion-list", Fconsole_type_image_conversion_list,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
356 1, 1, 0, /*
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
357 Return the image-conversion-list for devices of the given CONSOLE-TYPE.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
358 The image-conversion-list specifies how to interpret image string
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
359 instantiators for the specified console type. See
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
360 `set-console-type-image-conversion-list' for a description of its syntax.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
361 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
362 (console_type))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
363 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
364 return Fcopy_tree (*get_image_conversion_list (console_type), Qt);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
365 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
366
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
367 /* Process a string instantiator according to the image-conversion-list for
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
368 CONSOLE_TYPE. Returns a vector. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
369
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
370 static Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
371 process_image_string_instantiator (Lisp_Object data,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
372 Lisp_Object console_type,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
373 int dest_mask)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
374 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
375 Lisp_Object tail;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
376
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
377 LIST_LOOP (tail, *get_image_conversion_list (console_type))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
378 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
379 Lisp_Object mapping = XCAR (tail);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
380 Lisp_Object exp = XCAR (mapping);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
381 Lisp_Object typevec = XCAR (XCDR (mapping));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
382
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
383 /* if the result is of a type that can't be instantiated
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
384 (e.g. a string when we're dealing with a pointer glyph),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
385 skip it. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
386 if (!(dest_mask &
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
387 IIFORMAT_METH (decode_image_instantiator_format
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
388 (INSTANTIATOR_TYPE (typevec), ERROR_ME),
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
389 possible_dest_types, ())))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
390 continue;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
391 if (fast_string_match (exp, 0, data, 0, -1, 0, ERROR_ME, 0) >= 0)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
392 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
393 if (!NILP (XCDR (XCDR (mapping))))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
394 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
395 int pos = XINT (XCAR (XCDR (XCDR (mapping))));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
396 Lisp_Object newvec = Fcopy_sequence (typevec);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
397 XVECTOR_DATA (newvec)[pos] = data;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
398 return newvec;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
399 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
400 else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
401 return typevec;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
402 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
403 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
404
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
405 /* Oh well. */
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
406 invalid_argument ("Unable to interpret glyph instantiator",
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
407 data);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
408
801
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
409 RETURN_NOT_REACHED (Qnil)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
410 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
411
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
412 Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
413 find_keyword_in_vector_or_given (Lisp_Object vector, Lisp_Object keyword,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
414 Lisp_Object default_)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
415 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
416 Lisp_Object *elt;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
417 int instantiator_len;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
418
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
419 elt = XVECTOR_DATA (vector);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
420 instantiator_len = XVECTOR_LENGTH (vector);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
421
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
422 elt++;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
423 instantiator_len--;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
424
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
425 while (instantiator_len > 0)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
426 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
427 if (EQ (elt[0], keyword))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
428 return elt[1];
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
429 elt += 2;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
430 instantiator_len -= 2;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
431 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
432
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
433 return default_;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
434 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
435
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
436 Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
437 find_keyword_in_vector (Lisp_Object vector, Lisp_Object keyword)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
438 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
439 return find_keyword_in_vector_or_given (vector, keyword, Qnil);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
440 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
441
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
442 static Lisp_Object
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
443 find_instantiator_differences (Lisp_Object new, Lisp_Object old)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
444 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
445 Lisp_Object alist = Qnil;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
446 Lisp_Object *elt = XVECTOR_DATA (new);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
447 Lisp_Object *old_elt = XVECTOR_DATA (old);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
448 int len = XVECTOR_LENGTH (new);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
449 struct gcpro gcpro1;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
450
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
451 /* If the vector length has changed then consider everything
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
452 changed. We could try and figure out what properties have
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
453 disappeared or been added, but this code is only used as an
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
454 optimization anyway so lets not bother. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
455 if (len != XVECTOR_LENGTH (old))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
456 return new;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
457
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
458 GCPRO1 (alist);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
459
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
460 for (len -= 2; len >= 1; len -= 2)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
461 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
462 /* Keyword comparisons can be done with eq, the value must be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
463 done with equal.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
464 #### Note that this does not optimize re-ordering. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
465 if (!EQ (elt[len], old_elt[len])
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
466 || !internal_equal (elt[len+1], old_elt[len+1], 0))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
467 alist = Fcons (Fcons (elt[len], elt[len+1]), alist);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
468 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
469
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
470 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
471 Lisp_Object result = alist_to_tagged_vector (elt[0], alist);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
472 free_alist (alist);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
473 RETURN_UNGCPRO (result);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
474 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
475 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
476
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
477 DEFUN ("set-instantiator-property", Fset_instantiator_property,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
478 3, 3, 0, /*
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
479 Destructively set the property KEYWORD of INSTANTIATOR to VALUE.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
480 If the property is not set then it is added to a copy of the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
481 instantiator and the new instantiator returned.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
482 Use `set-glyph-image' on glyphs to register instantiator changes. */
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
483 (instantiator, keyword, value))
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
484 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
485 Lisp_Object *elt;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
486 int len;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
487
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
488 CHECK_VECTOR (instantiator);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
489 if (!KEYWORDP (keyword))
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
490 invalid_argument ("instantiator property must be a keyword", keyword);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
491
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
492 elt = XVECTOR_DATA (instantiator);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
493 len = XVECTOR_LENGTH (instantiator);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
494
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
495 for (len -= 2; len >= 1; len -= 2)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
496 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
497 if (EQ (elt[len], keyword))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
498 {
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
499 elt[len+1] = value;
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
500 break;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
501 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
502 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
503
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
504 /* Didn't find it so add it. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
505 if (len < 1)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
506 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
507 Lisp_Object alist = Qnil, result;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
508 struct gcpro gcpro1;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
509
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
510 GCPRO1 (alist);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
511 alist = tagged_vector_to_alist (instantiator);
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
512 alist = Fcons (Fcons (keyword, value), alist);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
513 result = alist_to_tagged_vector (elt[0], alist);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
514 free_alist (alist);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
515 RETURN_UNGCPRO (result);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
516 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
517
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
518 return instantiator;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
519 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
520
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
521 void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
522 check_valid_string (Lisp_Object data)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
523 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
524 CHECK_STRING (data);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
525 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
526
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
527 void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
528 check_valid_vector (Lisp_Object data)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
529 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
530 CHECK_VECTOR (data);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
531 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
532
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
533 void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
534 check_valid_face (Lisp_Object data)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
535 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
536 Fget_face (data);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
537 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
538
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
539 void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
540 check_valid_int (Lisp_Object data)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
541 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
542 CHECK_INT (data);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
543 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
544
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
545 void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
546 file_or_data_must_be_present (Lisp_Object instantiator)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
547 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
548 if (NILP (find_keyword_in_vector (instantiator, Q_file)) &&
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
549 NILP (find_keyword_in_vector (instantiator, Q_data)))
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
550 sferror ("Must supply either :file or :data",
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
551 instantiator);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
552 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
553
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
554 void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
555 data_must_be_present (Lisp_Object instantiator)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
556 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
557 if (NILP (find_keyword_in_vector (instantiator, Q_data)))
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
558 sferror ("Must supply :data", instantiator);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
559 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
560
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
561 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
562 face_must_be_present (Lisp_Object instantiator)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
563 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
564 if (NILP (find_keyword_in_vector (instantiator, Q_face)))
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
565 sferror ("Must supply :face", instantiator);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
566 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
567
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
568 /* utility function useful in retrieving data from a file. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
569
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
570 Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
571 make_string_from_file (Lisp_Object file)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
572 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
573 /* This function can call lisp */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
574 int count = specpdl_depth ();
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
575 Lisp_Object temp_buffer;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
576 struct gcpro gcpro1;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
577 Lisp_Object data;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
578
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
579 specbind (Qinhibit_quit, Qt);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
580 record_unwind_protect (Fset_buffer, Fcurrent_buffer ());
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
581 temp_buffer = Fget_buffer_create (build_string (" *pixmap conversion*"));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
582 GCPRO1 (temp_buffer);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
583 set_buffer_internal (XBUFFER (temp_buffer));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
584 Ferase_buffer (Qnil);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
585 specbind (intern ("format-alist"), Qnil);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
586 Finsert_file_contents_internal (file, Qnil, Qnil, Qnil, Qnil, Qnil, Qnil);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
587 data = Fbuffer_substring (Qnil, Qnil, Qnil);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 665
diff changeset
588 unbind_to (count);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
589 UNGCPRO;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
590 return data;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
591 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
592
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
593 /* The following two functions are provided to make it easier for
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
594 the normalize methods to work with keyword-value vectors.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
595 Hash tables are kind of heavyweight for this purpose.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
596 (If vectors were resizable, we could avoid this problem;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
597 but they're not.) An alternative approach that might be
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
598 more efficient but require more work is to use a type of
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
599 assoc-Dynarr and provide primitives for deleting elements out
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
600 of it. (However, you'd also have to add an unwind-protect
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
601 to make sure the Dynarr got freed in case of an error in
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
602 the normalization process.) */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
603
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
604 Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
605 tagged_vector_to_alist (Lisp_Object vector)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
606 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
607 Lisp_Object *elt = XVECTOR_DATA (vector);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
608 int len = XVECTOR_LENGTH (vector);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
609 Lisp_Object result = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
610
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
611 assert (len & 1);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
612 for (len -= 2; len >= 1; len -= 2)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
613 result = Fcons (Fcons (elt[len], elt[len+1]), result);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
614
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
615 return result;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
616 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
617
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
618 Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
619 alist_to_tagged_vector (Lisp_Object tag, Lisp_Object alist)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
620 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
621 int len = 1 + 2 * XINT (Flength (alist));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
622 Lisp_Object *elt = alloca_array (Lisp_Object, len);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
623 int i;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
624 Lisp_Object rest;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
625
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
626 i = 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
627 elt[i++] = tag;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
628 LIST_LOOP (rest, alist)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
629 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
630 Lisp_Object pair = XCAR (rest);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
631 elt[i] = XCAR (pair);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
632 elt[i+1] = XCDR (pair);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
633 i += 2;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
634 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
635
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
636 return Fvector (len, elt);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
637 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
638
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
639 #ifdef ERROR_CHECK_GLYPHS
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
640 static int
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
641 check_instance_cache_mapper (Lisp_Object key, Lisp_Object value,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
642 void *flag_closure)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
643 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
644 /* This function can GC */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
645 /* value can be nil; we cache failures as well as successes */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
646 if (!NILP (value))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
647 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
648 Lisp_Object window;
826
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 801
diff changeset
649 window = VOID_TO_LISP (flag_closure);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
650 assert (EQ (XIMAGE_INSTANCE_DOMAIN (value), window));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
651 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
652
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
653 return 0;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
654 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
655
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
656 void
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
657 check_window_subwindow_cache (struct window* w)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
658 {
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
659 Lisp_Object window = wrap_window (w);
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
660
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
661
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
662 assert (!NILP (w->subwindow_instance_cache));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
663 elisp_maphash (check_instance_cache_mapper,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
664 w->subwindow_instance_cache,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
665 LISP_TO_VOID (window));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
666 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
667
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
668 void
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
669 check_image_instance_structure (Lisp_Object instance)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
670 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
671 /* Weird nothing images exist at startup when the console is
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
672 deleted. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
673 if (!NOTHING_IMAGE_INSTANCEP (instance))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
674 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
675 assert (DOMAIN_LIVE_P (instance));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
676 assert (VECTORP (XIMAGE_INSTANCE_INSTANTIATOR (instance)));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
677 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
678 if (WINDOWP (XIMAGE_INSTANCE_DOMAIN (instance)))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
679 check_window_subwindow_cache
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
680 (XWINDOW (XIMAGE_INSTANCE_DOMAIN (instance)));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
681 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
682 #endif
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
683
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
684 /* Determine what kind of domain governs the image instance.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
685 Verify that the given domain is at least as specific, and extract
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
686 the governing domain from it. */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
687 static Lisp_Object
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
688 get_image_instantiator_governing_domain (Lisp_Object instantiator,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
689 Lisp_Object domain)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
690 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
691 int governing_domain;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
692
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
693 struct image_instantiator_methods *meths =
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
694 decode_image_instantiator_format (INSTANTIATOR_TYPE (instantiator),
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
695 ERROR_ME);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
696 governing_domain = IIFORMAT_METH_OR_GIVEN (meths, governing_domain, (),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
697 GOVERNING_DOMAIN_DEVICE);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
698
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
699 if (governing_domain == GOVERNING_DOMAIN_WINDOW
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
700 && NILP (DOMAIN_WINDOW (domain)))
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
701 invalid_argument_2
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
702 ("Domain for this instantiator must be resolvable to a window",
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
703 instantiator, domain);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
704 else if (governing_domain == GOVERNING_DOMAIN_FRAME
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
705 && NILP (DOMAIN_FRAME (domain)))
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
706 invalid_argument_2
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
707 ("Domain for this instantiator must be resolvable to a frame",
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
708 instantiator, domain);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
709
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
710 if (governing_domain == GOVERNING_DOMAIN_WINDOW)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
711 domain = DOMAIN_WINDOW (domain);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
712 else if (governing_domain == GOVERNING_DOMAIN_FRAME)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
713 domain = DOMAIN_FRAME (domain);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
714 else if (governing_domain == GOVERNING_DOMAIN_DEVICE)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
715 domain = DOMAIN_DEVICE (domain);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
716 else
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
717 abort ();
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
718
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
719 return domain;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
720 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
721
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
722 Lisp_Object
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
723 normalize_image_instantiator (Lisp_Object instantiator,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
724 Lisp_Object contype,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
725 Lisp_Object dest_mask)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
726 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
727 if (IMAGE_INSTANCEP (instantiator))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
728 return instantiator;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
729
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
730 if (STRINGP (instantiator))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
731 instantiator = process_image_string_instantiator (instantiator, contype,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
732 XINT (dest_mask));
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
733 /* Subsequent validation will pick this up. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
734 if (!VECTORP (instantiator))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
735 return instantiator;
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
736 /* We have to always store the actual pixmap data and not the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
737 filename even though this is a potential memory pig. We have to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
738 do this because it is quite possible that we will need to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
739 instantiate a new instance of the pixmap and the file will no
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
740 longer exist (e.g. w3 pixmaps are almost always from temporary
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
741 files). */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
742 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
743 struct gcpro gcpro1;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
744 struct image_instantiator_methods *meths;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
745
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
746 GCPRO1 (instantiator);
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
747
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
748 meths = decode_image_instantiator_format (INSTANTIATOR_TYPE (instantiator),
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
749 ERROR_ME);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
750 RETURN_UNGCPRO (IIFORMAT_METH_OR_GIVEN (meths, normalize,
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
751 (instantiator, contype, dest_mask),
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
752 instantiator));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
753 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
754 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
755
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
756 static Lisp_Object
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
757 instantiate_image_instantiator (Lisp_Object governing_domain,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
758 Lisp_Object domain,
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
759 Lisp_Object instantiator,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
760 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
761 int dest_mask, Lisp_Object glyph)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
762 {
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
763 Lisp_Object ii = allocate_image_instance (governing_domain,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
764 IMAGE_INSTANCEP (domain) ?
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
765 domain : glyph, instantiator);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
766 Lisp_Image_Instance* p = XIMAGE_INSTANCE (ii);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
767 struct image_instantiator_methods *meths, *device_meths;
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
768 struct gcpro gcpro1;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
769
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
770 GCPRO1 (ii);
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
771 if (!valid_image_instantiator_format_p (INSTANTIATOR_TYPE (instantiator),
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
772 DOMAIN_DEVICE (governing_domain)))
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
773 invalid_argument
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
774 ("Image instantiator format is invalid in this locale.",
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
775 instantiator);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
776
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
777 meths = decode_image_instantiator_format (INSTANTIATOR_TYPE (instantiator),
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
778 ERROR_ME);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
779 MAYBE_IIFORMAT_METH (meths, instantiate, (ii, instantiator, pointer_fg,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
780 pointer_bg, dest_mask, domain));
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
781
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
782 /* Now do device specific instantiation. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
783 device_meths = decode_device_ii_format (DOMAIN_DEVICE (governing_domain),
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
784 INSTANTIATOR_TYPE (instantiator),
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
785 ERROR_ME_NOT);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
786
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
787 if (!HAS_IIFORMAT_METH_P (meths, instantiate)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
788 && (!device_meths || !HAS_IIFORMAT_METH_P (device_meths, instantiate)))
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
789 invalid_argument
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
790 ("Don't know how to instantiate this image instantiator?",
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
791 instantiator);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
792
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
793 /* In general native window system methods will require sane
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
794 geometry values, thus the instance needs to have been laid-out
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
795 before they get called. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
796 image_instance_layout (ii, XIMAGE_INSTANCE_WIDTH (ii),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
797 XIMAGE_INSTANCE_HEIGHT (ii),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
798 IMAGE_UNCHANGED_GEOMETRY,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
799 IMAGE_UNCHANGED_GEOMETRY, domain);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
800
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
801 MAYBE_IIFORMAT_METH (device_meths, instantiate, (ii, instantiator, pointer_fg,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
802 pointer_bg, dest_mask, domain));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
803 /* Do post instantiation. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
804 MAYBE_IIFORMAT_METH (meths, post_instantiate, (ii, instantiator, domain));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
805 MAYBE_IIFORMAT_METH (device_meths, post_instantiate, (ii, instantiator, domain));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
806
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
807 /* We're done. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
808 IMAGE_INSTANCE_INITIALIZED (p) = 1;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
809 /* Now that we're done verify that we really are laid out. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
810 if (IMAGE_INSTANCE_LAYOUT_CHANGED (p))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
811 image_instance_layout (ii, XIMAGE_INSTANCE_WIDTH (ii),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
812 XIMAGE_INSTANCE_HEIGHT (ii),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
813 IMAGE_UNCHANGED_GEOMETRY,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
814 IMAGE_UNCHANGED_GEOMETRY, domain);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
815
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
816 /* We *must* have a clean image at this point. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
817 IMAGE_INSTANCE_TEXT_CHANGED (p) = 0;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
818 IMAGE_INSTANCE_SIZE_CHANGED (p) = 0;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
819 IMAGE_INSTANCE_LAYOUT_CHANGED (p) = 0;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
820 IMAGE_INSTANCE_DIRTYP (p) = 0;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
821
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
822 assert ( XIMAGE_INSTANCE_HEIGHT (ii) >= 0
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
823 && XIMAGE_INSTANCE_WIDTH (ii) >= 0 );
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
824
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
825 ERROR_CHECK_IMAGE_INSTANCE (ii);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
826
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
827 RETURN_UNGCPRO (ii);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
828 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
829
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
830
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
831 /****************************************************************************
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
832 * Image-Instance Object *
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
833 ****************************************************************************/
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
834
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
835 Lisp_Object Qimage_instancep;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
836
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
837 static Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
838 mark_image_instance (Lisp_Object obj)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
839 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
840 Lisp_Image_Instance *i = XIMAGE_INSTANCE (obj);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
841
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
842 /* #### I want to check the instance here, but there are way too
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
843 many instances of the instance being marked while the domain is
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
844 dead. For instance you can get marked through an event when using
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
845 callback_ex.*/
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
846 #if 0
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
847 ERROR_CHECK_IMAGE_INSTANCE (obj);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
848 #endif
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
849
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
850 mark_object (i->name);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
851 mark_object (i->instantiator);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
852 /* Is this legal in marking? We may get in the situation where the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
853 domain has been deleted - making the instance unusable. It seems
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
854 better to remove the domain so that it can be finalized. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
855 if (!DOMAIN_LIVE_P (i->domain))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
856 i->domain = Qnil;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
857 else
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
858 mark_object (i->domain);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
859
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
860 /* We don't mark the glyph reference since that would create a
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
861 circularity preventing GC. Ditto the instantiator. */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
862 switch (IMAGE_INSTANCE_TYPE (i))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
863 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
864 case IMAGE_TEXT:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
865 mark_object (IMAGE_INSTANCE_TEXT_STRING (i));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
866 break;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
867 case IMAGE_MONO_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
868 case IMAGE_COLOR_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
869 mark_object (IMAGE_INSTANCE_PIXMAP_FILENAME (i));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
870 mark_object (IMAGE_INSTANCE_PIXMAP_MASK_FILENAME (i));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
871 mark_object (IMAGE_INSTANCE_PIXMAP_HOTSPOT_X (i));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
872 mark_object (IMAGE_INSTANCE_PIXMAP_HOTSPOT_Y (i));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
873 mark_object (IMAGE_INSTANCE_PIXMAP_FG (i));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
874 mark_object (IMAGE_INSTANCE_PIXMAP_BG (i));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
875 break;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
876
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
877 case IMAGE_WIDGET:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
878 mark_object (IMAGE_INSTANCE_WIDGET_TYPE (i));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
879 mark_object (IMAGE_INSTANCE_WIDGET_PROPS (i));
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
880 mark_object (IMAGE_INSTANCE_SUBWINDOW_FACE (i));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
881 mark_object (IMAGE_INSTANCE_WIDGET_ITEMS (i));
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
882 mark_object (IMAGE_INSTANCE_LAYOUT_CHILDREN (i));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
883 mark_object (IMAGE_INSTANCE_WIDGET_PENDING_ITEMS (i));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
884 mark_object (IMAGE_INSTANCE_WIDGET_HEIGHT_SUBR (i));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
885 mark_object (IMAGE_INSTANCE_WIDGET_WIDTH_SUBR (i));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
886 case IMAGE_SUBWINDOW:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
887 break;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
888
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
889 default:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
890 break;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
891 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
892
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
893 /* The image may have been previously finalized (yes that's weird,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
894 see Fdelete_frame() and mark_window_as_deleted()), in which case
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
895 the domain will be nil, so cope with this. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
896 if (!NILP (IMAGE_INSTANCE_DEVICE (i)))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
897 MAYBE_DEVMETH (XDEVICE (IMAGE_INSTANCE_DEVICE (i)),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
898 mark_image_instance, (i));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
899
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
900 return i->device;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
901 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
902
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
903 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
904 print_image_instance (Lisp_Object obj, Lisp_Object printcharfun,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
905 int escapeflag)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
906 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
907 Lisp_Image_Instance *ii = XIMAGE_INSTANCE (obj);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
908
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
909 if (print_readably)
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
910 printing_unreadable_object ("#<image-instance 0x%x>",
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
911 ii->header.uid);
800
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
912 write_fmt_string_lisp (printcharfun, "#<image-instance (%s) ", 1,
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
913 Fimage_instance_type (obj));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
914 if (!NILP (ii->name))
800
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
915 write_fmt_string_lisp (printcharfun, "%S ", 1, ii->name);
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
916 write_fmt_string_lisp (printcharfun, "on %s ", 1, ii->domain);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
917 switch (IMAGE_INSTANCE_TYPE (ii))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
918 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
919 case IMAGE_NOTHING:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
920 break;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
921
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
922 case IMAGE_TEXT:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
923 print_internal (IMAGE_INSTANCE_TEXT_STRING (ii), printcharfun, 1);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
924 break;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
925
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
926 case IMAGE_MONO_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
927 case IMAGE_COLOR_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
928 case IMAGE_POINTER:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
929 if (STRINGP (IMAGE_INSTANCE_PIXMAP_FILENAME (ii)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
930 {
867
804517e16990 [xemacs-hg @ 2002-06-05 09:54:39 by ben]
ben
parents: 853
diff changeset
931 Ibyte *s;
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
932 Lisp_Object filename = IMAGE_INSTANCE_PIXMAP_FILENAME (ii);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 665
diff changeset
933 s = qxestrrchr (XSTRING_DATA (filename), '/');
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
934 if (s)
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 665
diff changeset
935 print_internal (build_intstring (s + 1), printcharfun, 1);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
936 else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
937 print_internal (filename, printcharfun, 1);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
938 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
939 if (IMAGE_INSTANCE_PIXMAP_DEPTH (ii) > 1)
800
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
940 write_fmt_string (printcharfun, " %dx%dx%d",
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
941 IMAGE_INSTANCE_PIXMAP_WIDTH (ii),
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
942 IMAGE_INSTANCE_PIXMAP_HEIGHT (ii),
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
943 IMAGE_INSTANCE_PIXMAP_DEPTH (ii));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
944 else
800
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
945 write_fmt_string (printcharfun, " %dx%d",
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
946 IMAGE_INSTANCE_PIXMAP_WIDTH (ii),
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
947 IMAGE_INSTANCE_PIXMAP_HEIGHT (ii));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
948 if (!NILP (IMAGE_INSTANCE_PIXMAP_HOTSPOT_X (ii)) ||
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
949 !NILP (IMAGE_INSTANCE_PIXMAP_HOTSPOT_Y (ii)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
950 {
826
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 801
diff changeset
951 write_c_string (printcharfun, " @");
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
952 if (!NILP (IMAGE_INSTANCE_PIXMAP_HOTSPOT_X (ii)))
800
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
953 write_fmt_string (printcharfun, "%ld",
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
954 XINT (IMAGE_INSTANCE_PIXMAP_HOTSPOT_X (ii)));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
955 else
826
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 801
diff changeset
956 write_c_string (printcharfun, "??");
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 801
diff changeset
957 write_c_string (printcharfun, ",");
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
958 if (!NILP (IMAGE_INSTANCE_PIXMAP_HOTSPOT_Y (ii)))
800
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
959 write_fmt_string (printcharfun, "%ld",
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
960 XINT (IMAGE_INSTANCE_PIXMAP_HOTSPOT_Y (ii)));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
961 else
826
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 801
diff changeset
962 write_c_string (printcharfun, "??");
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
963 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
964 if (!NILP (IMAGE_INSTANCE_PIXMAP_FG (ii)) ||
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
965 !NILP (IMAGE_INSTANCE_PIXMAP_BG (ii)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
966 {
826
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 801
diff changeset
967 write_c_string (printcharfun, " (");
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
968 if (!NILP (IMAGE_INSTANCE_PIXMAP_FG (ii)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
969 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
970 print_internal
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
971 (XCOLOR_INSTANCE
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
972 (IMAGE_INSTANCE_PIXMAP_FG (ii))->name, printcharfun, 0);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
973 }
826
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 801
diff changeset
974 write_c_string (printcharfun, "/");
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
975 if (!NILP (IMAGE_INSTANCE_PIXMAP_BG (ii)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
976 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
977 print_internal
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
978 (XCOLOR_INSTANCE
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
979 (IMAGE_INSTANCE_PIXMAP_BG (ii))->name, printcharfun, 0);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
980 }
826
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 801
diff changeset
981 write_c_string (printcharfun, ")");
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
982 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
983 break;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
984
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
985 case IMAGE_WIDGET:
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
986 print_internal (IMAGE_INSTANCE_WIDGET_TYPE (ii), printcharfun, 0);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
987
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
988 if (GUI_ITEMP (IMAGE_INSTANCE_WIDGET_ITEM (ii)))
800
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
989 write_fmt_string_lisp (printcharfun, " %S", 1,
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
990 IMAGE_INSTANCE_WIDGET_TEXT (ii));
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
991
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
992 if (!NILP (IMAGE_INSTANCE_WIDGET_FACE (ii)))
800
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
993 write_fmt_string_lisp (printcharfun, " face=%s", 1,
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
994 IMAGE_INSTANCE_WIDGET_FACE (ii));
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
995 /* fallthrough */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
996
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
997 case IMAGE_SUBWINDOW:
800
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
998 write_fmt_string (printcharfun, " %dx%d", IMAGE_INSTANCE_WIDTH (ii),
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
999 IMAGE_INSTANCE_HEIGHT (ii));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1000
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1001 /* This is stolen from frame.c. Subwindows are strange in that they
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1002 are specific to a particular frame so we want to print in their
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1003 description what that frame is. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1004
826
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 801
diff changeset
1005 write_c_string (printcharfun, " on #<");
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1006 {
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1007 struct frame* f = XFRAME (IMAGE_INSTANCE_FRAME (ii));
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
1008
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1009 if (!FRAME_LIVE_P (f))
826
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 801
diff changeset
1010 write_c_string (printcharfun, "dead");
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
1011 else
826
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 801
diff changeset
1012 write_c_string (printcharfun,
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 801
diff changeset
1013 DEVICE_TYPE_NAME (XDEVICE (FRAME_DEVICE (f))));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1014 }
826
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 801
diff changeset
1015 write_c_string (printcharfun, "-frame>");
800
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
1016 write_fmt_string (printcharfun, " 0x%p",
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
1017 IMAGE_INSTANCE_SUBWINDOW_ID (ii));
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
1018
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1019 break;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1020
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1021 default:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1022 abort ();
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1023 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1024
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1025 MAYBE_DEVMETH (DOMAIN_XDEVICE (ii->domain), print_image_instance,
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1026 (ii, printcharfun, escapeflag));
800
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
1027 write_fmt_string (printcharfun, " 0x%x>", ii->header.uid);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1028 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1029
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1030 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1031 finalize_image_instance (void *header, int for_disksave)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1032 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
1033 Lisp_Image_Instance *i = (Lisp_Image_Instance *) header;
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1034
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1035 /* objects like this exist at dump time, so don't bomb out. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1036 if (IMAGE_INSTANCE_TYPE (i) == IMAGE_NOTHING
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1037 ||
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1038 NILP (IMAGE_INSTANCE_DEVICE (i)))
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1039 return;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1040 if (for_disksave) finalose (i);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1041
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1042 /* We can't use the domain here, because it might have
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1043 disappeared. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1044 MAYBE_DEVMETH (XDEVICE (IMAGE_INSTANCE_DEVICE (i)),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1045 finalize_image_instance, (i));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1046
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1047 /* Make sure we don't try this twice. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1048 IMAGE_INSTANCE_DEVICE (i) = Qnil;
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1049 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1050
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1051 static int
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1052 image_instance_equal (Lisp_Object obj1, Lisp_Object obj2, int depth)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1053 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
1054 Lisp_Image_Instance *i1 = XIMAGE_INSTANCE (obj1);
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
1055 Lisp_Image_Instance *i2 = XIMAGE_INSTANCE (obj2);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1056
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1057 ERROR_CHECK_IMAGE_INSTANCE (obj1);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1058 ERROR_CHECK_IMAGE_INSTANCE (obj2);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1059
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1060 if (!EQ (IMAGE_INSTANCE_DOMAIN (i1),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1061 IMAGE_INSTANCE_DOMAIN (i2))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1062 || IMAGE_INSTANCE_TYPE (i1) != IMAGE_INSTANCE_TYPE (i2)
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1063 || IMAGE_INSTANCE_WIDTH (i1) != IMAGE_INSTANCE_WIDTH (i2)
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1064 || IMAGE_INSTANCE_MARGIN_WIDTH (i1) !=
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1065 IMAGE_INSTANCE_MARGIN_WIDTH (i2)
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1066 || IMAGE_INSTANCE_HEIGHT (i1) != IMAGE_INSTANCE_HEIGHT (i2)
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1067 || IMAGE_INSTANCE_XOFFSET (i1) != IMAGE_INSTANCE_XOFFSET (i2)
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1068 || IMAGE_INSTANCE_YOFFSET (i1) != IMAGE_INSTANCE_YOFFSET (i2))
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1069 return 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1070 if (!internal_equal (IMAGE_INSTANCE_NAME (i1), IMAGE_INSTANCE_NAME (i2),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1071 depth + 1))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1072 return 0;
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1073 if (!internal_equal (IMAGE_INSTANCE_INSTANTIATOR (i1),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1074 IMAGE_INSTANCE_INSTANTIATOR (i2),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1075 depth + 1))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1076 return 0;
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1077
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1078 switch (IMAGE_INSTANCE_TYPE (i1))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1079 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1080 case IMAGE_NOTHING:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1081 break;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1082
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1083 case IMAGE_TEXT:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1084 if (!internal_equal (IMAGE_INSTANCE_TEXT_STRING (i1),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1085 IMAGE_INSTANCE_TEXT_STRING (i2),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1086 depth + 1))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1087 return 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1088 break;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1089
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1090 case IMAGE_MONO_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1091 case IMAGE_COLOR_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1092 case IMAGE_POINTER:
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1093 if (!(IMAGE_INSTANCE_PIXMAP_DEPTH (i1) ==
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1094 IMAGE_INSTANCE_PIXMAP_DEPTH (i2) &&
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1095 IMAGE_INSTANCE_PIXMAP_SLICE (i1) ==
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1096 IMAGE_INSTANCE_PIXMAP_SLICE (i2) &&
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1097 EQ (IMAGE_INSTANCE_PIXMAP_HOTSPOT_X (i1),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1098 IMAGE_INSTANCE_PIXMAP_HOTSPOT_X (i2)) &&
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1099 EQ (IMAGE_INSTANCE_PIXMAP_HOTSPOT_Y (i1),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1100 IMAGE_INSTANCE_PIXMAP_HOTSPOT_Y (i2)) &&
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1101 internal_equal (IMAGE_INSTANCE_PIXMAP_FILENAME (i1),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1102 IMAGE_INSTANCE_PIXMAP_FILENAME (i2),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1103 depth + 1) &&
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1104 internal_equal (IMAGE_INSTANCE_PIXMAP_MASK_FILENAME (i1),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1105 IMAGE_INSTANCE_PIXMAP_MASK_FILENAME (i2),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1106 depth + 1)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1107 return 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1108 break;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1109
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1110 case IMAGE_WIDGET:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1111 if (!(EQ (IMAGE_INSTANCE_WIDGET_TYPE (i1),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1112 IMAGE_INSTANCE_WIDGET_TYPE (i2))
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1113 && IMAGE_INSTANCE_SUBWINDOW_ID (i1) ==
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1114 IMAGE_INSTANCE_SUBWINDOW_ID (i2)
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1115 &&
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1116 EQ (IMAGE_INSTANCE_WIDGET_FACE (i1),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1117 IMAGE_INSTANCE_WIDGET_TYPE (i2))
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1118 && internal_equal (IMAGE_INSTANCE_WIDGET_ITEMS (i1),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1119 IMAGE_INSTANCE_WIDGET_ITEMS (i2),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1120 depth + 1)
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1121 && internal_equal (IMAGE_INSTANCE_LAYOUT_CHILDREN (i1),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1122 IMAGE_INSTANCE_LAYOUT_CHILDREN (i2),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1123 depth + 1)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1124 && internal_equal (IMAGE_INSTANCE_WIDGET_PROPS (i1),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1125 IMAGE_INSTANCE_WIDGET_PROPS (i2),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1126 depth + 1)
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1127 && internal_equal (IMAGE_INSTANCE_WIDGET_WIDTH_SUBR (i1),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1128 IMAGE_INSTANCE_WIDGET_WIDTH_SUBR (i2),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1129 depth + 1)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1130 && internal_equal (IMAGE_INSTANCE_WIDGET_HEIGHT_SUBR (i1),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1131 IMAGE_INSTANCE_WIDGET_HEIGHT_SUBR (i2),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1132 depth + 1)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1133 ))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1134 return 0;
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1135 break;
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
1136
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1137 case IMAGE_SUBWINDOW:
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1138 if (!(IMAGE_INSTANCE_SUBWINDOW_ID (i1) ==
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1139 IMAGE_INSTANCE_SUBWINDOW_ID (i2)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1140 return 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1141 break;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1142
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1143 default:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1144 abort ();
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1145 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1146
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1147 return DEVMETH_OR_GIVEN (DOMAIN_XDEVICE (i1->domain),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1148 image_instance_equal, (i1, i2, depth), 1);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1149 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1150
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1151 /* Image instance domain manipulators. We can't error check in these
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1152 otherwise we get into infinite recursion. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1153 Lisp_Object
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1154 image_instance_device (Lisp_Object instance)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1155 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1156 return XIMAGE_INSTANCE_DEVICE (instance);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1157 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1158
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1159 Lisp_Object
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1160 image_instance_frame (Lisp_Object instance)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1161 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1162 return XIMAGE_INSTANCE_FRAME (instance);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1163 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1164
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1165 Lisp_Object
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1166 image_instance_window (Lisp_Object instance)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1167 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1168 return DOMAIN_WINDOW (XIMAGE_INSTANCE_DOMAIN (instance));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1169 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1170
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1171 int
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1172 image_instance_live_p (Lisp_Object instance)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1173 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1174 return DOMAIN_LIVE_P (XIMAGE_INSTANCE_DOMAIN (instance));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1175 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1176
665
fdefd0186b75 [xemacs-hg @ 2001-09-20 06:28:42 by ben]
ben
parents: 647
diff changeset
1177 static Hashcode
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1178 image_instance_hash (Lisp_Object obj, int depth)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1179 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
1180 Lisp_Image_Instance *i = XIMAGE_INSTANCE (obj);
665
fdefd0186b75 [xemacs-hg @ 2001-09-20 06:28:42 by ben]
ben
parents: 647
diff changeset
1181 Hashcode hash = HASH5 (LISP_HASH (IMAGE_INSTANCE_DOMAIN (i)),
647
b39c14581166 [xemacs-hg @ 2001-08-13 04:45:47 by ben]
ben
parents: 639
diff changeset
1182 IMAGE_INSTANCE_WIDTH (i),
b39c14581166 [xemacs-hg @ 2001-08-13 04:45:47 by ben]
ben
parents: 639
diff changeset
1183 IMAGE_INSTANCE_MARGIN_WIDTH (i),
b39c14581166 [xemacs-hg @ 2001-08-13 04:45:47 by ben]
ben
parents: 639
diff changeset
1184 IMAGE_INSTANCE_HEIGHT (i),
b39c14581166 [xemacs-hg @ 2001-08-13 04:45:47 by ben]
ben
parents: 639
diff changeset
1185 internal_hash (IMAGE_INSTANCE_INSTANTIATOR (i),
b39c14581166 [xemacs-hg @ 2001-08-13 04:45:47 by ben]
ben
parents: 639
diff changeset
1186 depth + 1));
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1187
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1188 ERROR_CHECK_IMAGE_INSTANCE (obj);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1189
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1190 switch (IMAGE_INSTANCE_TYPE (i))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1191 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1192 case IMAGE_NOTHING:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1193 break;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1194
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1195 case IMAGE_TEXT:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1196 hash = HASH2 (hash, internal_hash (IMAGE_INSTANCE_TEXT_STRING (i),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1197 depth + 1));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1198 break;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1199
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1200 case IMAGE_MONO_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1201 case IMAGE_COLOR_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1202 case IMAGE_POINTER:
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1203 hash = HASH4 (hash, IMAGE_INSTANCE_PIXMAP_DEPTH (i),
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1204 IMAGE_INSTANCE_PIXMAP_SLICE (i),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1205 internal_hash (IMAGE_INSTANCE_PIXMAP_FILENAME (i),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1206 depth + 1));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1207 break;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1208
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1209 case IMAGE_WIDGET:
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1210 /* We need the hash to be equivalent to what should be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1211 displayed. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1212 hash = HASH5 (hash,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1213 LISP_HASH (IMAGE_INSTANCE_WIDGET_TYPE (i)),
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1214 internal_hash (IMAGE_INSTANCE_WIDGET_PROPS (i), depth + 1),
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1215 internal_hash (IMAGE_INSTANCE_WIDGET_ITEMS (i), depth + 1),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1216 internal_hash (IMAGE_INSTANCE_LAYOUT_CHILDREN (i),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1217 depth + 1));
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1218 case IMAGE_SUBWINDOW:
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1219 hash = HASH2 (hash, (EMACS_INT) IMAGE_INSTANCE_SUBWINDOW_ID (i));
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1220 break;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1221
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1222 default:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1223 abort ();
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1224 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1225
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1226 return HASH2 (hash, DEVMETH_OR_GIVEN
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1227 (XDEVICE (image_instance_device (obj)),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1228 image_instance_hash, (i, depth),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1229 0));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1230 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1231
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1232 DEFINE_LRECORD_IMPLEMENTATION ("image-instance", image_instance,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1233 mark_image_instance, print_image_instance,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1234 finalize_image_instance, image_instance_equal,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1235 image_instance_hash, 0,
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
1236 Lisp_Image_Instance);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1237
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1238 static Lisp_Object
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1239 allocate_image_instance (Lisp_Object governing_domain, Lisp_Object parent,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1240 Lisp_Object instantiator)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1241 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
1242 Lisp_Image_Instance *lp =
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
1243 alloc_lcrecord_type (Lisp_Image_Instance, &lrecord_image_instance);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1244 Lisp_Object val;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1245
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1246 zero_lcrecord (lp);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1247 /* It's not possible to simply keep a record of the domain in which
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1248 the instance was instantiated. This is because caching may mean
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1249 that the domain becomes invalid but the instance remains
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1250 valid. However, the only truly relevant domain is the domain in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1251 which the instance is cached since this is the one that will be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1252 common to the instances. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1253 lp->domain = governing_domain;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1254 /* The cache domain is not quite sufficient since the domain can get
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1255 deleted before the image instance does. We need to know the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1256 domain device in order to finalize the image instance
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1257 properly. We therefore record the device also. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1258 lp->device = DOMAIN_DEVICE (governing_domain);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1259 lp->type = IMAGE_NOTHING;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1260 lp->name = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1261 lp->x_offset = 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1262 lp->y_offset = 0;
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1263 lp->width = IMAGE_UNSPECIFIED_GEOMETRY;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1264 lp->margin_width = 0;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1265 lp->height = IMAGE_UNSPECIFIED_GEOMETRY;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1266 lp->parent = parent;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1267 lp->instantiator = instantiator;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1268 /* So that layouts get done. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1269 lp->layout_changed = 1;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1270 lp->initialized = 0;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1271
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
1272 val = wrap_image_instance (lp);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1273 MARK_GLYPHS_CHANGED;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1274
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1275 return val;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1276 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1277
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1278 static enum image_instance_type
578
190b164ddcac [xemacs-hg @ 2001-05-25 11:26:50 by ben]
ben
parents: 563
diff changeset
1279 decode_image_instance_type (Lisp_Object type, Error_Behavior errb)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1280 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1281 if (ERRB_EQ (errb, ERROR_ME))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1282 CHECK_SYMBOL (type);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1283
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1284 if (EQ (type, Qnothing)) return IMAGE_NOTHING;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1285 if (EQ (type, Qtext)) return IMAGE_TEXT;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1286 if (EQ (type, Qmono_pixmap)) return IMAGE_MONO_PIXMAP;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1287 if (EQ (type, Qcolor_pixmap)) return IMAGE_COLOR_PIXMAP;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1288 if (EQ (type, Qpointer)) return IMAGE_POINTER;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1289 if (EQ (type, Qsubwindow)) return IMAGE_SUBWINDOW;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1290 if (EQ (type, Qwidget)) return IMAGE_WIDGET;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1291
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
1292 maybe_invalid_constant ("Invalid image-instance type", type,
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1293 Qimage, errb);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1294
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1295 return IMAGE_UNKNOWN; /* not reached */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1296 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1297
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1298 static Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1299 encode_image_instance_type (enum image_instance_type type)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1300 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1301 switch (type)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1302 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1303 case IMAGE_NOTHING: return Qnothing;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1304 case IMAGE_TEXT: return Qtext;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1305 case IMAGE_MONO_PIXMAP: return Qmono_pixmap;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1306 case IMAGE_COLOR_PIXMAP: return Qcolor_pixmap;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1307 case IMAGE_POINTER: return Qpointer;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1308 case IMAGE_SUBWINDOW: return Qsubwindow;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1309 case IMAGE_WIDGET: return Qwidget;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1310 default:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1311 abort ();
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1312 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1313
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1314 return Qnil; /* not reached */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1315 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1316
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1317 static int
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1318 decode_image_instance_type_list (Lisp_Object list)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1319 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1320 Lisp_Object rest;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1321 int mask = 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1322
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1323 if (NILP (list))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1324 return ~0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1325
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1326 if (!CONSP (list))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1327 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1328 enum image_instance_type type =
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1329 decode_image_instance_type (list, ERROR_ME);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1330 return image_instance_type_to_mask (type);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1331 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1332
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1333 EXTERNAL_LIST_LOOP (rest, list)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1334 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1335 enum image_instance_type type =
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1336 decode_image_instance_type (XCAR (rest), ERROR_ME);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1337 mask |= image_instance_type_to_mask (type);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1338 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1339
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1340 return mask;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1341 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1342
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1343 static Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1344 encode_image_instance_type_list (int mask)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1345 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1346 int count = 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1347 Lisp_Object result = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1348
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1349 while (mask)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1350 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1351 count++;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1352 if (mask & 1)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1353 result = Fcons (encode_image_instance_type
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1354 ((enum image_instance_type) count), result);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1355 mask >>= 1;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1356 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1357
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1358 return Fnreverse (result);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1359 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1360
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1361 DOESNT_RETURN
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1362 incompatible_image_types (Lisp_Object instantiator, int given_dest_mask,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1363 int desired_dest_mask)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1364 {
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
1365 signal_error_1
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
1366 (Qinvalid_argument,
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1367 list2
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 665
diff changeset
1368 (emacs_sprintf_string_lisp
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 665
diff changeset
1369 ("No compatible image-instance types given: wanted one of %s, got %s",
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 665
diff changeset
1370 Qnil, 2, encode_image_instance_type_list (desired_dest_mask),
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1371 encode_image_instance_type_list (given_dest_mask)),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1372 instantiator));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1373 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1374
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1375 static int
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1376 valid_image_instance_type_p (Lisp_Object type)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1377 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1378 return !NILP (memq_no_quit (type, Vimage_instance_type_list));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1379 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1380
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1381 DEFUN ("valid-image-instance-type-p", Fvalid_image_instance_type_p, 1, 1, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1382 Given an IMAGE-INSTANCE-TYPE, return non-nil if it is valid.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1383 Valid types are some subset of 'nothing, 'text, 'mono-pixmap, 'color-pixmap,
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1384 'pointer, 'subwindow, and 'widget, depending on how XEmacs was compiled.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1385 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1386 (image_instance_type))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1387 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1388 return valid_image_instance_type_p (image_instance_type) ? Qt : Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1389 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1390
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1391 DEFUN ("image-instance-type-list", Fimage_instance_type_list, 0, 0, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1392 Return a list of valid image-instance types.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1393 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1394 ())
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1395 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1396 return Fcopy_sequence (Vimage_instance_type_list);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1397 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1398
578
190b164ddcac [xemacs-hg @ 2001-05-25 11:26:50 by ben]
ben
parents: 563
diff changeset
1399 Error_Behavior
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1400 decode_error_behavior_flag (Lisp_Object noerror)
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1401 {
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1402 if (NILP (noerror)) return ERROR_ME;
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1403 else if (EQ (noerror, Qt)) return ERROR_ME_NOT;
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
1404 else if (EQ (noerror, Qdebug)) return ERROR_ME_DEBUG_WARN;
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1405 else return ERROR_ME_WARN;
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1406 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1407
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1408 Lisp_Object
578
190b164ddcac [xemacs-hg @ 2001-05-25 11:26:50 by ben]
ben
parents: 563
diff changeset
1409 encode_error_behavior_flag (Error_Behavior errb)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1410 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1411 if (ERRB_EQ (errb, ERROR_ME))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1412 return Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1413 else if (ERRB_EQ (errb, ERROR_ME_NOT))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1414 return Qt;
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
1415 else if (ERRB_EQ (errb, ERROR_ME_DEBUG_WARN))
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
1416 return Qdebug;
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1417 else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1418 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1419 assert (ERRB_EQ (errb, ERROR_ME_WARN));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1420 return Qwarning;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1421 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1422 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1423
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1424 /* Recurse up the hierarchy looking for the topmost glyph. This means
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1425 that instances in layouts will inherit face properties from their
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1426 parent. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1427 Lisp_Object image_instance_parent_glyph (Lisp_Image_Instance* ii)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1428 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1429 if (IMAGE_INSTANCEP (IMAGE_INSTANCE_PARENT (ii)))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1430 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1431 return image_instance_parent_glyph
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1432 (XIMAGE_INSTANCE (IMAGE_INSTANCE_PARENT (ii)));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1433 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1434 return IMAGE_INSTANCE_PARENT (ii);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1435 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1436
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1437 static Lisp_Object
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1438 make_image_instance_1 (Lisp_Object data, Lisp_Object domain,
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1439 Lisp_Object dest_types)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1440 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1441 Lisp_Object ii;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1442 struct gcpro gcpro1;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1443 int dest_mask;
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1444 Lisp_Object governing_domain;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1445
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1446 if (IMAGE_INSTANCEP (data))
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
1447 invalid_argument ("Image instances not allowed here", data);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1448 image_validate (data);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1449 domain = decode_domain (domain);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1450 /* instantiate_image_instantiator() will abort if given an
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1451 image instance ... */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1452 dest_mask = decode_image_instance_type_list (dest_types);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1453 data = normalize_image_instantiator (data,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1454 DEVICE_TYPE (DOMAIN_XDEVICE (domain)),
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1455 make_int (dest_mask));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1456 GCPRO1 (data);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1457 /* After normalizing the data, it's always either an image instance (which
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1458 we filtered out above) or a vector. */
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1459 if (EQ (INSTANTIATOR_TYPE (data), Qinherit))
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
1460 invalid_argument ("Inheritance not allowed here", data);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1461 governing_domain =
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1462 get_image_instantiator_governing_domain (data, domain);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1463 ii = instantiate_image_instantiator (governing_domain, domain, data,
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1464 Qnil, Qnil, dest_mask, Qnil);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1465 RETURN_UNGCPRO (ii);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1466 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1467
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1468 DEFUN ("make-image-instance", Fmake_image_instance, 1, 4, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1469 Return a new `image-instance' object.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1470
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1471 Image-instance objects encapsulate the way a particular image (pixmap,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1472 etc.) is displayed on a particular device. In most circumstances, you
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1473 do not need to directly create image instances; use a glyph instead.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1474 However, it may occasionally be useful to explicitly create image
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1475 instances, if you want more control over the instantiation process.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1476
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1477 DATA is an image instantiator, which describes the image; see
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1478 `make-image-specifier' for a description of the allowed values.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1479
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1480 DEST-TYPES should be a list of allowed image instance types that can
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1481 be generated. The recognized image instance types are
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1482
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1483 'nothing
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1484 Nothing is displayed.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1485 'text
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1486 Displayed as text. The foreground and background colors and the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1487 font of the text are specified independent of the pixmap. Typically
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1488 these attributes will come from the face of the surrounding text,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1489 unless a face is specified for the glyph in which the image appears.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1490 'mono-pixmap
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1491 Displayed as a mono pixmap (a pixmap with only two colors where the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1492 foreground and background can be specified independent of the pixmap;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1493 typically the pixmap assumes the foreground and background colors of
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1494 the text around it, unless a face is specified for the glyph in which
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1495 the image appears).
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1496 'color-pixmap
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1497 Displayed as a color pixmap.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1498 'pointer
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1499 Used as the mouse pointer for a window.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1500 'subwindow
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1501 A child window that is treated as an image. This allows (e.g.)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1502 another program to be responsible for drawing into the window.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1503 'widget
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1504 A child window that contains a window-system widget, e.g. a push
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1505 button, text field, or slider.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1506
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1507 The DEST-TYPES list is unordered. If multiple destination types are
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1508 possible for a given instantiator, the "most natural" type for the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1509 instantiator's format is chosen. (For XBM, the most natural types are
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1510 `mono-pixmap', followed by `color-pixmap', followed by `pointer'. For
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1511 the other normal image formats, the most natural types are
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1512 `color-pixmap', followed by `mono-pixmap', followed by `pointer'. For
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1513 the string and formatted-string formats, the most natural types are
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1514 `text', followed by `mono-pixmap' (not currently implemented),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1515 followed by `color-pixmap' (not currently implemented). For MS
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1516 Windows resources, the most natural type for pointer resources is
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1517 `pointer', and for the others it's `color-pixmap'. The other formats
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1518 can only be instantiated as one type. (If you want to control more
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1519 specifically the order of the types into which an image is
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1520 instantiated, just call `make-image-instance' repeatedly until it
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1521 succeeds, passing less and less preferred destination types each
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1522 time.)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1523
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1524 See `make-image-specifier' for a description of the different image
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1525 instantiator formats.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1526
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1527 If DEST-TYPES is omitted, all possible types are allowed.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1528
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1529 DOMAIN specifies the domain to which the image instance will be attached.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1530 This domain is termed the \"governing domain\". The type of the governing
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1531 domain depends on the image instantiator format. (Although, more correctly,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1532 it should probably depend on the image instance type.) For example, pixmap
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1533 image instances are specific to a device, but widget image instances are
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1534 specific to a particular XEmacs window because in order to display such a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1535 widget when two windows onto the same buffer want to display the widget,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1536 two separate underlying widgets must be created. (That's because a widget
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1537 is actually a child window-system window, and all window-system windows have
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1538 a unique existence on the screen.) This means that the governing domain for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1539 a pixmap image instance will be some device (most likely, the only existing
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1540 device), whereas the governing domain for a widget image instance will be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1541 some XEmacs window.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1542
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1543 If you specify an overly general DOMAIN (e.g. a frame when a window was
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1544 wanted), an error is signaled. If you specify an overly specific DOMAIN
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1545 \(e.g. a window when a device was wanted), the corresponding general domain
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1546 is fetched and used instead. For `make-image-instance', it makes no
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1547 difference whether you specify an overly specific domain or the properly
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1548 general domain derived from it. However, it does matter when creating an
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1549 image instance by instantiating a specifier or glyph (e.g. with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1550 `glyph-image-instance'), because the more specific domain causes spec lookup
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1551 to start there and proceed to more general domains. (It would also matter
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1552 when creating an image instance with an instantiator format of `inherit',
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1553 but we currently disallow this. #### We should fix this.)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1554
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1555 If omitted, DOMAIN defaults to the selected window.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1556
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1557 NOERROR controls what happens when the image cannot be generated.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1558 If nil, an error message is generated. If t, no messages are
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1559 generated and this function returns nil. If anything else, a warning
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
1560 message is generated and this function returns nil.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1561 */
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1562 (data, domain, dest_types, noerror))
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1563 {
578
190b164ddcac [xemacs-hg @ 2001-05-25 11:26:50 by ben]
ben
parents: 563
diff changeset
1564 Error_Behavior errb = decode_error_behavior_flag (noerror);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1565
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1566 return call_with_suspended_errors ((lisp_fn_t) make_image_instance_1,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1567 Qnil, Qimage, errb,
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1568 3, data, domain, dest_types);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1569 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1570
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1571 DEFUN ("image-instance-p", Fimage_instance_p, 1, 1, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1572 Return non-nil if OBJECT is an image instance.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1573 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1574 (object))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1575 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1576 return IMAGE_INSTANCEP (object) ? Qt : Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1577 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1578
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1579 DEFUN ("image-instance-type", Fimage_instance_type, 1, 1, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1580 Return the type of the given image instance.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1581 The return value will be one of 'nothing, 'text, 'mono-pixmap,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1582 'color-pixmap, 'pointer, or 'subwindow.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1583 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1584 (image_instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1585 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1586 CHECK_IMAGE_INSTANCE (image_instance);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1587 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1588 return encode_image_instance_type (XIMAGE_INSTANCE_TYPE (image_instance));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1589 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1590
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1591 DEFUN ("image-instance-name", Fimage_instance_name, 1, 1, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1592 Return the name of the given image instance.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1593 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1594 (image_instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1595 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1596 CHECK_IMAGE_INSTANCE (image_instance);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1597 return XIMAGE_INSTANCE_NAME (image_instance);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1598 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1599
872
79c6ff3eef26 [xemacs-hg @ 2002-06-20 21:18:01 by ben]
ben
parents: 867
diff changeset
1600 DEFUN ("image-instance-instantiator", Fimage_instance_instantiator, 1, 1, 0, /*
79c6ff3eef26 [xemacs-hg @ 2002-06-20 21:18:01 by ben]
ben
parents: 867
diff changeset
1601 Return the instantiator that was used to create the image instance.
79c6ff3eef26 [xemacs-hg @ 2002-06-20 21:18:01 by ben]
ben
parents: 867
diff changeset
1602 */
79c6ff3eef26 [xemacs-hg @ 2002-06-20 21:18:01 by ben]
ben
parents: 867
diff changeset
1603 (image_instance))
79c6ff3eef26 [xemacs-hg @ 2002-06-20 21:18:01 by ben]
ben
parents: 867
diff changeset
1604 {
79c6ff3eef26 [xemacs-hg @ 2002-06-20 21:18:01 by ben]
ben
parents: 867
diff changeset
1605 CHECK_IMAGE_INSTANCE (image_instance);
79c6ff3eef26 [xemacs-hg @ 2002-06-20 21:18:01 by ben]
ben
parents: 867
diff changeset
1606 return XIMAGE_INSTANCE_INSTANTIATOR (image_instance);
79c6ff3eef26 [xemacs-hg @ 2002-06-20 21:18:01 by ben]
ben
parents: 867
diff changeset
1607 }
79c6ff3eef26 [xemacs-hg @ 2002-06-20 21:18:01 by ben]
ben
parents: 867
diff changeset
1608
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1609 DEFUN ("image-instance-domain", Fimage_instance_domain, 1, 1, 0, /*
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1610 Return the governing domain of the given image instance.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1611 The governing domain of an image instance is the domain that the image
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1612 instance is specific to. It is NOT necessarily the domain that was
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1613 given to the call to `specifier-instance' that resulted in the creation
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1614 of this image instance. See `make-image-instance' for more information
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1615 on governing domains.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1616 */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1617 (image_instance))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1618 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1619 CHECK_IMAGE_INSTANCE (image_instance);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1620 return XIMAGE_INSTANCE_DOMAIN (image_instance);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1621 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1622
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1623 DEFUN ("image-instance-string", Fimage_instance_string, 1, 1, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1624 Return the string of the given image instance.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1625 This will only be non-nil for text image instances and widgets.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1626 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1627 (image_instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1628 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1629 CHECK_IMAGE_INSTANCE (image_instance);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1630 if (XIMAGE_INSTANCE_TYPE (image_instance) == IMAGE_TEXT)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1631 return XIMAGE_INSTANCE_TEXT_STRING (image_instance);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1632 else if (XIMAGE_INSTANCE_TYPE (image_instance) == IMAGE_WIDGET)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1633 return XIMAGE_INSTANCE_WIDGET_TEXT (image_instance);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1634 else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1635 return Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1636 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1637
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1638 DEFUN ("image-instance-property", Fimage_instance_property, 2, 2, 0, /*
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
1639 Return the given property of the given image instance.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1640 Returns nil if the property or the property method do not exist for
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
1641 the image instance in the domain.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1642 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1643 (image_instance, prop))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1644 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
1645 Lisp_Image_Instance* ii;
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1646 Lisp_Object type, ret;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1647 struct image_instantiator_methods* meths;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1648
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1649 CHECK_IMAGE_INSTANCE (image_instance);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1650 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1651 CHECK_SYMBOL (prop);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1652 ii = XIMAGE_INSTANCE (image_instance);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1653
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1654 /* ... then try device specific methods ... */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1655 type = encode_image_instance_type (IMAGE_INSTANCE_TYPE (ii));
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1656 meths = decode_device_ii_format (image_instance_device (image_instance),
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1657 type, ERROR_ME_NOT);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1658 if (meths && HAS_IIFORMAT_METH_P (meths, property)
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
1659 &&
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1660 !UNBOUNDP (ret = IIFORMAT_METH (meths, property, (image_instance, prop))))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1661 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1662 return ret;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1663 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1664 /* ... then format specific methods ... */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1665 meths = decode_device_ii_format (Qnil, type, ERROR_ME_NOT);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1666 if (meths && HAS_IIFORMAT_METH_P (meths, property)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1667 &&
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1668 !UNBOUNDP (ret = IIFORMAT_METH (meths, property, (image_instance, prop))))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1669 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1670 return ret;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1671 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1672 /* ... then fail */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1673 return Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1674 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1675
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1676 DEFUN ("image-instance-file-name", Fimage_instance_file_name, 1, 1, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1677 Return the file name from which IMAGE-INSTANCE was read, if known.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1678 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1679 (image_instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1680 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1681 CHECK_IMAGE_INSTANCE (image_instance);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1682 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1683
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1684 switch (XIMAGE_INSTANCE_TYPE (image_instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1685 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1686 case IMAGE_MONO_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1687 case IMAGE_COLOR_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1688 case IMAGE_POINTER:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1689 return XIMAGE_INSTANCE_PIXMAP_FILENAME (image_instance);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1690
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1691 default:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1692 return Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1693 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1694 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1695
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1696 DEFUN ("image-instance-mask-file-name", Fimage_instance_mask_file_name, 1, 1, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1697 Return the file name from which IMAGE-INSTANCE's mask was read, if known.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1698 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1699 (image_instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1700 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1701 CHECK_IMAGE_INSTANCE (image_instance);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1702 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1703
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1704 switch (XIMAGE_INSTANCE_TYPE (image_instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1705 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1706 case IMAGE_MONO_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1707 case IMAGE_COLOR_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1708 case IMAGE_POINTER:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1709 return XIMAGE_INSTANCE_PIXMAP_MASK_FILENAME (image_instance);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1710
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1711 default:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1712 return Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1713 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1714 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1715
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1716 DEFUN ("image-instance-depth", Fimage_instance_depth, 1, 1, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1717 Return the depth of the image instance.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1718 This is 0 for a bitmap, or a positive integer for a pixmap.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1719 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1720 (image_instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1721 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1722 CHECK_IMAGE_INSTANCE (image_instance);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1723 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1724
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1725 switch (XIMAGE_INSTANCE_TYPE (image_instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1726 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1727 case IMAGE_MONO_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1728 case IMAGE_COLOR_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1729 case IMAGE_POINTER:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1730 return make_int (XIMAGE_INSTANCE_PIXMAP_DEPTH (image_instance));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1731
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1732 default:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1733 return Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1734 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1735 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1736
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1737 DEFUN ("image-instance-height", Fimage_instance_height, 1, 1, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1738 Return the height of the image instance, in pixels.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1739 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1740 (image_instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1741 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1742 CHECK_IMAGE_INSTANCE (image_instance);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1743 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1744
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1745 switch (XIMAGE_INSTANCE_TYPE (image_instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1746 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1747 case IMAGE_MONO_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1748 case IMAGE_COLOR_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1749 case IMAGE_POINTER:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1750 case IMAGE_SUBWINDOW:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1751 case IMAGE_WIDGET:
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1752 return make_int (XIMAGE_INSTANCE_HEIGHT (image_instance));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1753
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1754 default:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1755 return Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1756 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1757 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1758
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1759 DEFUN ("image-instance-width", Fimage_instance_width, 1, 1, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1760 Return the width of the image instance, in pixels.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1761 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1762 (image_instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1763 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1764 CHECK_IMAGE_INSTANCE (image_instance);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1765 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1766
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1767 switch (XIMAGE_INSTANCE_TYPE (image_instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1768 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1769 case IMAGE_MONO_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1770 case IMAGE_COLOR_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1771 case IMAGE_POINTER:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1772 case IMAGE_SUBWINDOW:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1773 case IMAGE_WIDGET:
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1774 return make_int (XIMAGE_INSTANCE_WIDTH (image_instance));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1775
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1776 default:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1777 return Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1778 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1779 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1780
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1781 DEFUN ("image-instance-hotspot-x", Fimage_instance_hotspot_x, 1, 1, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1782 Return the X coordinate of the image instance's hotspot, if known.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1783 This is a point relative to the origin of the pixmap. When an image is
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1784 used as a mouse pointer, the hotspot is the point on the image that sits
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1785 over the location that the pointer points to. This is, for example, the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1786 tip of the arrow or the center of the crosshairs.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1787 This will always be nil for a non-pointer image instance.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1788 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1789 (image_instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1790 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1791 CHECK_IMAGE_INSTANCE (image_instance);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1792 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1793
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1794 switch (XIMAGE_INSTANCE_TYPE (image_instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1795 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1796 case IMAGE_MONO_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1797 case IMAGE_COLOR_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1798 case IMAGE_POINTER:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1799 return XIMAGE_INSTANCE_PIXMAP_HOTSPOT_X (image_instance);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1800
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1801 default:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1802 return Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1803 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1804 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1805
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1806 DEFUN ("image-instance-hotspot-y", Fimage_instance_hotspot_y, 1, 1, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1807 Return the Y coordinate of the image instance's hotspot, if known.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1808 This is a point relative to the origin of the pixmap. When an image is
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1809 used as a mouse pointer, the hotspot is the point on the image that sits
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1810 over the location that the pointer points to. This is, for example, the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1811 tip of the arrow or the center of the crosshairs.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1812 This will always be nil for a non-pointer image instance.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1813 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1814 (image_instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1815 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1816 CHECK_IMAGE_INSTANCE (image_instance);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1817 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1818
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1819 switch (XIMAGE_INSTANCE_TYPE (image_instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1820 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1821 case IMAGE_MONO_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1822 case IMAGE_COLOR_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1823 case IMAGE_POINTER:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1824 return XIMAGE_INSTANCE_PIXMAP_HOTSPOT_Y (image_instance);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1825
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1826 default:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1827 return Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1828 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1829 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1830
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1831 DEFUN ("image-instance-foreground", Fimage_instance_foreground, 1, 1, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1832 Return the foreground color of IMAGE-INSTANCE, if applicable.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1833 This will be a color instance or nil. (It will only be non-nil for
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1834 colorized mono pixmaps and for pointers.)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1835 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1836 (image_instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1837 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1838 CHECK_IMAGE_INSTANCE (image_instance);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1839 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1840
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1841 switch (XIMAGE_INSTANCE_TYPE (image_instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1842 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1843 case IMAGE_MONO_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1844 case IMAGE_COLOR_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1845 case IMAGE_POINTER:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1846 return XIMAGE_INSTANCE_PIXMAP_FG (image_instance);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1847
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1848 case IMAGE_WIDGET:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1849 return FACE_FOREGROUND (
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1850 XIMAGE_INSTANCE_WIDGET_FACE (image_instance),
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1851 XIMAGE_INSTANCE_FRAME
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1852 (image_instance));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1853
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1854 default:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1855 return Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1856 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1857 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1858
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1859 DEFUN ("image-instance-background", Fimage_instance_background, 1, 1, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1860 Return the background color of IMAGE-INSTANCE, if applicable.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1861 This will be a color instance or nil. (It will only be non-nil for
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1862 colorized mono pixmaps and for pointers.)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1863 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1864 (image_instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1865 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1866 CHECK_IMAGE_INSTANCE (image_instance);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1867 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1868
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1869 switch (XIMAGE_INSTANCE_TYPE (image_instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1870 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1871 case IMAGE_MONO_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1872 case IMAGE_COLOR_PIXMAP:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1873 case IMAGE_POINTER:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1874 return XIMAGE_INSTANCE_PIXMAP_BG (image_instance);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1875
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1876 case IMAGE_WIDGET:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1877 return FACE_BACKGROUND (
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1878 XIMAGE_INSTANCE_WIDGET_FACE (image_instance),
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1879 XIMAGE_INSTANCE_FRAME
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1880 (image_instance));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1881
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1882 default:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1883 return Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1884 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1885 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1886
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1887
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1888 DEFUN ("colorize-image-instance", Fcolorize_image_instance, 3, 3, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1889 Make the image instance be displayed in the given colors.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1890 This function returns a new image instance that is exactly like the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1891 specified one except that (if possible) the foreground and background
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1892 colors and as specified. Currently, this only does anything if the image
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1893 instance is a mono pixmap; otherwise, the same image instance is returned.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1894 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1895 (image_instance, foreground, background))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1896 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1897 Lisp_Object new;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1898 Lisp_Object device;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1899
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1900 CHECK_IMAGE_INSTANCE (image_instance);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1901 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1902 CHECK_COLOR_INSTANCE (foreground);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1903 CHECK_COLOR_INSTANCE (background);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1904
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1905 device = image_instance_device (image_instance);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1906 if (!HAS_DEVMETH_P (XDEVICE (device), colorize_image_instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1907 return image_instance;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1908
430
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
1909 /* #### There should be a copy_image_instance(), which calls a
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
1910 device-specific method to copy the window-system subobject. */
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1911 new = allocate_image_instance (XIMAGE_INSTANCE_DOMAIN (image_instance),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1912 Qnil, Qnil);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1913 copy_lcrecord (XIMAGE_INSTANCE (new), XIMAGE_INSTANCE (image_instance));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1914 /* note that if this method returns non-zero, this method MUST
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1915 copy any window-system resources, so that when one image instance is
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1916 freed, the other one is not hosed. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1917 if (!DEVMETH (XDEVICE (device), colorize_image_instance, (new, foreground,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1918 background)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1919 return image_instance;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1920 return new;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1921 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1922
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1923
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1924 /************************************************************************/
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1925 /* Geometry calculations */
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1926 /************************************************************************/
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1927
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1928 /* Find out desired geometry of the image instance. If there is no
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1929 special function then just return the width and / or height. */
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1930 void
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
1931 image_instance_query_geometry (Lisp_Object image_instance,
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1932 int* width, int* height,
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1933 enum image_instance_geometry disp,
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1934 Lisp_Object domain)
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1935 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
1936 Lisp_Image_Instance* ii = XIMAGE_INSTANCE (image_instance);
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1937 Lisp_Object type;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1938 struct image_instantiator_methods* meths;
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1939 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1940
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1941 type = encode_image_instance_type (IMAGE_INSTANCE_TYPE (ii));
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1942 meths = decode_device_ii_format (Qnil, type, ERROR_ME_NOT);
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
1943
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1944 if (meths && HAS_IIFORMAT_METH_P (meths, query_geometry))
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1945 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
1946 IIFORMAT_METH (meths, query_geometry, (image_instance, width, height,
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1947 disp, domain));
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1948 }
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1949 else
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1950 {
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1951 if (width)
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1952 *width = IMAGE_INSTANCE_WIDTH (ii);
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1953 if (height)
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1954 *height = IMAGE_INSTANCE_HEIGHT (ii);
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1955 }
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1956 }
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1957
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1958 /* Layout the image instance using the provided dimensions. Layout
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1959 widgets are going to do different kinds of calculations to
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1960 determine what size to give things so we could make the layout
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1961 function relatively simple to take account of that. An alternative
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1962 approach is to consider separately the two cases, one where you
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1963 don't mind what size you have (normal widgets) and one where you
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1964 want to specify something (layout widgets). */
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1965 void
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
1966 image_instance_layout (Lisp_Object image_instance,
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1967 int width, int height,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1968 int xoffset, int yoffset,
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1969 Lisp_Object domain)
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1970 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
1971 Lisp_Image_Instance* ii = XIMAGE_INSTANCE (image_instance);
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1972 Lisp_Object type;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1973 struct image_instantiator_methods* meths;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1974
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1975 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1976
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1977 /* Nothing is as nothing does. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1978 if (NOTHING_IMAGE_INSTANCEP (image_instance))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1979 return;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1980
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1981 /* We don't want carefully calculated offsets to be mucked up by
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1982 random layouts. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1983 if (xoffset != IMAGE_UNCHANGED_GEOMETRY)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1984 XIMAGE_INSTANCE_XOFFSET (image_instance) = xoffset;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1985 if (yoffset != IMAGE_UNCHANGED_GEOMETRY)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1986 XIMAGE_INSTANCE_YOFFSET (image_instance) = yoffset;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1987
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1988 assert (XIMAGE_INSTANCE_YOFFSET (image_instance) >= 0
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1989 && XIMAGE_INSTANCE_XOFFSET (image_instance) >= 0);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1990
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1991 /* If geometry is unspecified then get some reasonable values for it. */
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1992 if (width == IMAGE_UNSPECIFIED_GEOMETRY
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1993 ||
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1994 height == IMAGE_UNSPECIFIED_GEOMETRY)
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1995 {
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1996 int dwidth = IMAGE_UNSPECIFIED_GEOMETRY;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
1997 int dheight = IMAGE_UNSPECIFIED_GEOMETRY;
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
1998 /* Get the desired geometry. */
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1999 image_instance_query_geometry (image_instance,
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2000 &dwidth, &dheight,
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2001 IMAGE_DESIRED_GEOMETRY,
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2002 domain);
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2003 /* Compare with allowed geometry. */
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2004 if (width == IMAGE_UNSPECIFIED_GEOMETRY)
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2005 width = dwidth;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2006 if (height == IMAGE_UNSPECIFIED_GEOMETRY)
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2007 height = dheight;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2008 }
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2009
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2010 /* If we don't have sane values then we cannot layout at this point and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2011 must just return. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2012 if (width == IMAGE_UNSPECIFIED_GEOMETRY
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2013 ||
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2014 height == IMAGE_UNSPECIFIED_GEOMETRY)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2015 return;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2016
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2017 /* At this point width and height should contain sane values. Thus
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2018 we set the glyph geometry and lay it out. */
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2019 if (IMAGE_INSTANCE_WIDTH (ii) != width
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2020 ||
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2021 IMAGE_INSTANCE_HEIGHT (ii) != height)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2022 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2023 IMAGE_INSTANCE_SIZE_CHANGED (ii) = 1;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2024 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2025
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2026 IMAGE_INSTANCE_WIDTH (ii) = width;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2027 IMAGE_INSTANCE_HEIGHT (ii) = height;
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2028
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2029 type = encode_image_instance_type (IMAGE_INSTANCE_TYPE (ii));
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2030 meths = decode_device_ii_format (Qnil, type, ERROR_ME_NOT);
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2031
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2032 MAYBE_IIFORMAT_METH (meths, layout,
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2033 (image_instance, width, height, xoffset, yoffset,
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2034 domain));
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2035 /* Do not clear the dirty flag here - redisplay will do this for
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2036 us at the end. */
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2037 IMAGE_INSTANCE_LAYOUT_CHANGED (ii) = 0;
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2038 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2039
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2040 /* Update an image instance from its changed instantiator. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2041 static void
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2042 update_image_instance (Lisp_Object image_instance,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2043 Lisp_Object instantiator)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2044 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2045 struct image_instantiator_methods* meths;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2046 Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2047
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2048 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2049
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2050 if (NOTHING_IMAGE_INSTANCEP (image_instance))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2051 return;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2052
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2053 assert (!internal_equal (IMAGE_INSTANCE_INSTANTIATOR (ii), instantiator, 0)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2054 || (internal_equal (IMAGE_INSTANCE_INSTANTIATOR (ii), instantiator, 0)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2055 && internal_equal (IMAGE_INSTANCE_INSTANTIATOR (ii), instantiator, -10)));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2056
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2057 /* If the instantiator is identical then do nothing. We must use
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2058 equal here because the specifier code copies the instantiator. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2059 if (!internal_equal (IMAGE_INSTANCE_INSTANTIATOR (ii), instantiator, 0))
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2060 {
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2061 /* Extract the changed properties so that device / format
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2062 methods only have to cope with these. We assume that
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2063 normalization has already been done. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2064 Lisp_Object diffs = find_instantiator_differences
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2065 (instantiator,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2066 IMAGE_INSTANCE_INSTANTIATOR (ii));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2067 Lisp_Object type = encode_image_instance_type
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2068 (IMAGE_INSTANCE_TYPE (ii));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2069 struct gcpro gcpro1;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2070 GCPRO1 (diffs);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2071
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2072 /* try device specific methods first ... */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2073 meths = decode_device_ii_format (image_instance_device (image_instance),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2074 type, ERROR_ME_NOT);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2075 MAYBE_IIFORMAT_METH (meths, update, (image_instance, diffs));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2076 /* ... then format specific methods ... */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2077 meths = decode_device_ii_format (Qnil, type, ERROR_ME_NOT);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2078 MAYBE_IIFORMAT_METH (meths, update, (image_instance, diffs));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2079
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2080 /* Instance and therefore glyph has changed so mark as dirty.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2081 If we don't do this output optimizations will assume the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2082 glyph is unchanged. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2083 set_image_instance_dirty_p (image_instance, 1);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2084 /* Structure has changed. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2085 IMAGE_INSTANCE_LAYOUT_CHANGED (ii) = 1;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2086
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2087 UNGCPRO;
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2088 }
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2089 /* We should now have a consistent instantiator so keep a record of
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2090 it. It is important that we don't actually update the window
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2091 system widgets here - we must do that when redisplay tells us
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2092 to.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2093
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2094 #### should we delay doing this until the display is up-to-date
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2095 also? */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2096 IMAGE_INSTANCE_INSTANTIATOR (ii) = instantiator;
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2097 }
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2098
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2099 /*
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2100 * Mark image instance in W as dirty if (a) W's faces have changed and
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2101 * (b) GLYPH_OR_II instance in W is a string.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2102 *
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2103 * Return non-zero if instance has been marked dirty.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2104 */
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2105 int
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2106 invalidate_glyph_geometry_maybe (Lisp_Object glyph_or_ii, struct window* w)
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2107 {
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2108 if (XFRAME(WINDOW_FRAME(w))->faces_changed)
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2109 {
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2110 Lisp_Object image = glyph_or_ii;
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2111
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2112 if (GLYPHP (glyph_or_ii))
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2113 {
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
2114 Lisp_Object window = wrap_window (w);
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
2115
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
2116 image = glyph_image_instance (glyph_or_ii, window,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
2117 ERROR_ME_DEBUG_WARN, 1);
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2118 }
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2119
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2120 if (TEXT_IMAGE_INSTANCEP (image))
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2121 {
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2122 Lisp_Image_Instance* ii = XIMAGE_INSTANCE (image);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2123 IMAGE_INSTANCE_DIRTYP (ii) = 1;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2124 IMAGE_INSTANCE_LAYOUT_CHANGED (ii) = 1;
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2125 if (GLYPHP (glyph_or_ii))
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2126 XGLYPH_DIRTYP (glyph_or_ii) = 1;
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2127 return 1;
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2128 }
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2129 }
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2130
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2131 return 0;
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2132 }
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2133
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2134
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2135 /************************************************************************/
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2136 /* error helpers */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2137 /************************************************************************/
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2138 DOESNT_RETURN
867
804517e16990 [xemacs-hg @ 2002-06-05 09:54:39 by ben]
ben
parents: 853
diff changeset
2139 signal_image_error (const CIbyte *reason, Lisp_Object frob)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2140 {
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2141 signal_error (Qimage_conversion_error, reason, frob);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2142 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2143
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2144 DOESNT_RETURN
867
804517e16990 [xemacs-hg @ 2002-06-05 09:54:39 by ben]
ben
parents: 853
diff changeset
2145 signal_image_error_2 (const CIbyte *reason, Lisp_Object frob0, Lisp_Object frob1)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2146 {
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2147 signal_error_2 (Qimage_conversion_error, reason, frob0, frob1);
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2148 }
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2149
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2150 DOESNT_RETURN
867
804517e16990 [xemacs-hg @ 2002-06-05 09:54:39 by ben]
ben
parents: 853
diff changeset
2151 signal_double_image_error (const CIbyte *string1, const CIbyte *string2,
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2152 Lisp_Object data)
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2153 {
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2154 signal_error_1 (Qimage_conversion_error,
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 665
diff changeset
2155 list3 (build_msg_string (string1),
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 665
diff changeset
2156 build_msg_string (string2),
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2157 data));
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2158 }
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2159
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2160 DOESNT_RETURN
867
804517e16990 [xemacs-hg @ 2002-06-05 09:54:39 by ben]
ben
parents: 853
diff changeset
2161 signal_double_image_error_2 (const CIbyte *string1, const CIbyte *string2,
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2162 Lisp_Object data1, Lisp_Object data2)
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2163 {
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2164 signal_error_1 (Qimage_conversion_error,
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 665
diff changeset
2165 list4 (build_msg_string (string1),
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 665
diff changeset
2166 build_msg_string (string2),
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2167 data1, data2));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2168 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2169
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2170 /****************************************************************************
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2171 * nothing *
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2172 ****************************************************************************/
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2173
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2174 static int
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2175 nothing_possible_dest_types (void)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2176 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2177 return IMAGE_NOTHING_MASK;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2178 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2179
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2180 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2181 nothing_instantiate (Lisp_Object image_instance, Lisp_Object instantiator,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2182 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2183 int dest_mask, Lisp_Object domain)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2184 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2185 Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2186
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2187 if (dest_mask & IMAGE_NOTHING_MASK)
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2188 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2189 IMAGE_INSTANCE_TYPE (ii) = IMAGE_NOTHING;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2190 IMAGE_INSTANCE_HEIGHT (ii) = 0;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2191 IMAGE_INSTANCE_WIDTH (ii) = 0;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2192 }
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2193 else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2194 incompatible_image_types (instantiator, dest_mask, IMAGE_NOTHING_MASK);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2195 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2196
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2197
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2198 /****************************************************************************
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2199 * inherit *
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2200 ****************************************************************************/
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2201
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2202 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2203 inherit_validate (Lisp_Object instantiator)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2204 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2205 face_must_be_present (instantiator);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2206 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2207
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2208 static Lisp_Object
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2209 inherit_normalize (Lisp_Object inst, Lisp_Object console_type,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2210 Lisp_Object dest_mask)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2211 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2212 Lisp_Object face;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2213
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2214 assert (XVECTOR_LENGTH (inst) == 3);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2215 face = XVECTOR_DATA (inst)[2];
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2216 if (!FACEP (face))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2217 inst = vector3 (Qinherit, Q_face, Fget_face (face));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2218 return inst;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2219 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2220
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2221 static int
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2222 inherit_possible_dest_types (void)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2223 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2224 return IMAGE_MONO_PIXMAP_MASK;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2225 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2226
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2227 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2228 inherit_instantiate (Lisp_Object image_instance, Lisp_Object instantiator,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2229 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2230 int dest_mask, Lisp_Object domain)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2231 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2232 /* handled specially in image_instantiate */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2233 abort ();
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2234 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2235
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2236
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2237 /****************************************************************************
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2238 * string *
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2239 ****************************************************************************/
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2240
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2241 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2242 string_validate (Lisp_Object instantiator)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2243 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2244 data_must_be_present (instantiator);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2245 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2246
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2247 static int
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2248 string_possible_dest_types (void)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2249 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2250 return IMAGE_TEXT_MASK;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2251 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2252
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2253 /* Called from autodetect_instantiate() */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2254 void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2255 string_instantiate (Lisp_Object image_instance, Lisp_Object instantiator,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2256 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2257 int dest_mask, Lisp_Object domain)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2258 {
434
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
2259 Lisp_Object string = find_keyword_in_vector (instantiator, Q_data);
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2260 Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2261
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2262 /* Should never get here with a domain other than a window. */
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2263 assert (!NILP (string) && WINDOWP (DOMAIN_WINDOW (domain)));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2264 if (dest_mask & IMAGE_TEXT_MASK)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2265 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2266 IMAGE_INSTANCE_TYPE (ii) = IMAGE_TEXT;
434
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
2267 IMAGE_INSTANCE_TEXT_STRING (ii) = string;
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2268 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2269 else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2270 incompatible_image_types (instantiator, dest_mask, IMAGE_TEXT_MASK);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2271 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2272
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2273 /* Sort out the size of the text that is being displayed. Calculating
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2274 it dynamically allows us to change the text and still see
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2275 everything. Note that the following methods are for text not string
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2276 since that is what the instantiated type is. The first method is a
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2277 helper that is used elsewhere for calculating text geometry. */
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2278 void
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2279 query_string_geometry (Lisp_Object string, Lisp_Object face,
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2280 int* width, int* height, int* descent, Lisp_Object domain)
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2281 {
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2282 struct font_metric_info fm;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2283 unsigned char charsets[NUM_LEADING_BYTES];
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2284 struct face_cachel frame_cachel;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2285 struct face_cachel *cachel;
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2286 Lisp_Object frame = DOMAIN_FRAME (domain);
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2287
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2288 /* Compute height */
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2289 if (height)
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2290 {
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2291 /* Compute string metric info */
867
804517e16990 [xemacs-hg @ 2002-06-05 09:54:39 by ben]
ben
parents: 853
diff changeset
2292 find_charsets_in_ibyte_string (charsets,
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2293 XSTRING_DATA (string),
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2294 XSTRING_LENGTH (string));
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2295
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2296 /* Fallback to the default face if none was provided. */
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2297 if (!NILP (face))
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2298 {
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2299 reset_face_cachel (&frame_cachel);
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2300 update_face_cachel_data (&frame_cachel, frame, face);
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2301 cachel = &frame_cachel;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2302 }
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2303 else
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2304 {
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2305 cachel = WINDOW_FACE_CACHEL (DOMAIN_XWINDOW (domain),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2306 DEFAULT_INDEX);
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2307 }
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2308
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2309 ensure_face_cachel_complete (cachel, domain, charsets);
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2310 face_cachel_charset_font_metric_info (cachel, charsets, &fm);
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2311
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2312 *height = fm.ascent + fm.descent;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2313 /* #### descent only gets set if we query the height as well. */
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2314 if (descent)
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2315 *descent = fm.descent;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2316 }
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2317
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2318 /* Compute width */
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2319 if (width)
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2320 {
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2321 if (!NILP (face))
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2322 *width = redisplay_frame_text_width_string (XFRAME (frame),
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2323 face,
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2324 0, string, 0, -1);
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2325 else
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2326 *width = redisplay_frame_text_width_string (XFRAME (frame),
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2327 Vdefault_face,
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2328 0, string, 0, -1);
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2329 }
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2330 }
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2331
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2332 Lisp_Object
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2333 query_string_font (Lisp_Object string, Lisp_Object face, Lisp_Object domain)
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2334 {
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2335 unsigned char charsets[NUM_LEADING_BYTES];
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2336 struct face_cachel frame_cachel;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2337 struct face_cachel *cachel;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2338 int i;
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2339 Lisp_Object frame = DOMAIN_FRAME (domain);
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2340
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2341 /* Compute string font info */
867
804517e16990 [xemacs-hg @ 2002-06-05 09:54:39 by ben]
ben
parents: 853
diff changeset
2342 find_charsets_in_ibyte_string (charsets,
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2343 XSTRING_DATA (string),
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2344 XSTRING_LENGTH (string));
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2345
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2346 reset_face_cachel (&frame_cachel);
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2347 update_face_cachel_data (&frame_cachel, frame, face);
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2348 cachel = &frame_cachel;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2349
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2350 ensure_face_cachel_complete (cachel, domain, charsets);
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2351
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2352 for (i = 0; i < NUM_LEADING_BYTES; i++)
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2353 {
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2354 if (charsets[i])
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2355 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2356 return FACE_CACHEL_FONT (cachel,
826
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 801
diff changeset
2357 charset_by_leading_byte (i +
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2358 MIN_LEADING_BYTE));
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2359
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2360 }
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2361 }
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2362
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2363 return Qnil; /* NOT REACHED */
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2364 }
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2365
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2366 static void
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2367 text_query_geometry (Lisp_Object image_instance,
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2368 int* width, int* height,
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2369 enum image_instance_geometry disp, Lisp_Object domain)
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2370 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2371 Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2372 int descent = 0;
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2373
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2374 query_string_geometry (IMAGE_INSTANCE_TEXT_STRING (ii),
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2375 IMAGE_INSTANCE_FACE (ii),
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2376 width, height, &descent, domain);
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2377
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2378 /* The descent gets set as a side effect of querying the
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2379 geometry. */
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2380 IMAGE_INSTANCE_TEXT_DESCENT (ii) = descent;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2381 }
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2382
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2383 /* set the properties of a string */
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2384 static void
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2385 text_update (Lisp_Object image_instance, Lisp_Object instantiator)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2386 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2387 Lisp_Object val = find_keyword_in_vector (instantiator, Q_data);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2388
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2389 if (!NILP (val))
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2390 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2391 CHECK_STRING (val);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2392 XIMAGE_INSTANCE_TEXT_STRING (image_instance) = val;
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2393 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2394 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2395
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2396
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2397 /****************************************************************************
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2398 * formatted-string *
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2399 ****************************************************************************/
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2400
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2401 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2402 formatted_string_validate (Lisp_Object instantiator)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2403 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2404 data_must_be_present (instantiator);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2405 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2406
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2407 static int
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2408 formatted_string_possible_dest_types (void)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2409 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2410 return IMAGE_TEXT_MASK;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2411 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2412
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2413 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2414 formatted_string_instantiate (Lisp_Object image_instance,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2415 Lisp_Object instantiator,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2416 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2417 int dest_mask, Lisp_Object domain)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2418 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2419 /* #### implement this */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2420 warn_when_safe (Qunimplemented, Qnotice,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2421 "`formatted-string' not yet implemented; assuming `string'");
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2422
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2423 string_instantiate (image_instance, instantiator,
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
2424 pointer_fg, pointer_bg, dest_mask, domain);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2425 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2426
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2427
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2428 /************************************************************************/
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2429 /* pixmap file functions */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2430 /************************************************************************/
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2431
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2432 /* If INSTANTIATOR refers to inline data, return Qnil.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2433 If INSTANTIATOR refers to data in a file, return the full filename
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2434 if it exists; otherwise, return a cons of (filename).
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2435
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2436 FILE_KEYWORD and DATA_KEYWORD are symbols specifying the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2437 keywords used to look up the file and inline data,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2438 respectively, in the instantiator. Normally these would
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2439 be Q_file and Q_data, but might be different for mask data. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2440
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2441 Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2442 potential_pixmap_file_instantiator (Lisp_Object instantiator,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2443 Lisp_Object file_keyword,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2444 Lisp_Object data_keyword,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2445 Lisp_Object console_type)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2446 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2447 Lisp_Object file;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2448 Lisp_Object data;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2449
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2450 assert (VECTORP (instantiator));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2451
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2452 data = find_keyword_in_vector (instantiator, data_keyword);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2453 file = find_keyword_in_vector (instantiator, file_keyword);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2454
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2455 if (!NILP (file) && NILP (data))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2456 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2457 Lisp_Object retval = MAYBE_LISP_CONTYPE_METH
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2458 (decode_console_type(console_type, ERROR_ME),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2459 locate_pixmap_file, (file));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2460
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2461 if (!NILP (retval))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2462 return retval;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2463 else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2464 return Fcons (file, Qnil); /* should have been file */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2465 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2466
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2467 return Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2468 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2469
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2470 Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2471 simple_image_type_normalize (Lisp_Object inst, Lisp_Object console_type,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2472 Lisp_Object image_type_tag)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2473 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2474 /* This function can call lisp */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2475 Lisp_Object file = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2476 struct gcpro gcpro1, gcpro2;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2477 Lisp_Object alist = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2478
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2479 GCPRO2 (file, alist);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2480
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2481 /* Now, convert any file data into inline data. At the end of this,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2482 `data' will contain the inline data (if any) or Qnil, and `file'
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2483 will contain the name this data was derived from (if known) or
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2484 Qnil.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2485
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2486 Note that if we cannot generate any regular inline data, we
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2487 skip out. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2488
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2489 file = potential_pixmap_file_instantiator (inst, Q_file, Q_data,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2490 console_type);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2491
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2492 if (CONSP (file)) /* failure locating filename */
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2493 signal_double_image_error ("Opening pixmap file",
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2494 "no such file or directory",
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2495 Fcar (file));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2496
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2497 if (NILP (file)) /* no conversion necessary */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2498 RETURN_UNGCPRO (inst);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2499
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2500 alist = tagged_vector_to_alist (inst);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2501
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2502 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2503 Lisp_Object data = make_string_from_file (file);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2504 alist = remassq_no_quit (Q_file, alist);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2505 /* there can't be a :data at this point. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2506 alist = Fcons (Fcons (Q_file, file),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2507 Fcons (Fcons (Q_data, data), alist));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2508 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2509
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2510 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2511 Lisp_Object result = alist_to_tagged_vector (image_type_tag, alist);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2512 free_alist (alist);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2513 RETURN_UNGCPRO (result);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2514 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2515 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2516
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2517
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2518 #ifdef HAVE_WINDOW_SYSTEM
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2519 /**********************************************************************
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2520 * XBM *
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2521 **********************************************************************/
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2522
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2523 /* Check if DATA represents a valid inline XBM spec (i.e. a list
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2524 of (width height bits), with checking done on the dimensions).
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2525 If not, signal an error. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2526
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2527 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2528 check_valid_xbm_inline (Lisp_Object data)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2529 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2530 Lisp_Object width, height, bits;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2531
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2532 if (!CONSP (data) ||
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2533 !CONSP (XCDR (data)) ||
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2534 !CONSP (XCDR (XCDR (data))) ||
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2535 !NILP (XCDR (XCDR (XCDR (data)))))
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2536 sferror ("Must be list of 3 elements", data);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2537
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2538 width = XCAR (data);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2539 height = XCAR (XCDR (data));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2540 bits = XCAR (XCDR (XCDR (data)));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2541
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2542 CHECK_STRING (bits);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2543
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2544 if (!NATNUMP (width))
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2545 invalid_argument ("Width must be a natural number", width);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2546
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2547 if (!NATNUMP (height))
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2548 invalid_argument ("Height must be a natural number", height);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2549
826
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 801
diff changeset
2550 if (((XINT (width) * XINT (height)) / 8) > string_char_length (bits))
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2551 invalid_argument ("data is too short for width and height",
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2552 vector3 (width, height, bits));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2553 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2554
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2555 /* Validate method for XBM's. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2556
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2557 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2558 xbm_validate (Lisp_Object instantiator)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2559 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2560 file_or_data_must_be_present (instantiator);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2561 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2562
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2563 /* Given a filename that is supposed to contain XBM data, return
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2564 the inline representation of it as (width height bits). Return
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2565 the hotspot through XHOT and YHOT, if those pointers are not 0.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2566 If there is no hotspot, XHOT and YHOT will contain -1.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2567
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2568 If the function fails:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2569
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2570 -- if OK_IF_DATA_INVALID is set and the data was invalid,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2571 return Qt.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2572 -- maybe return an error, or return Qnil.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2573 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2574
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2575 #ifdef HAVE_X_WINDOWS
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2576 #include <X11/Xlib.h>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2577 #else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2578 #define XFree(data) free(data)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2579 #endif
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2580
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2581 Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2582 bitmap_to_lisp_data (Lisp_Object name, int *xhot, int *yhot,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2583 int ok_if_data_invalid)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2584 {
647
b39c14581166 [xemacs-hg @ 2001-08-13 04:45:47 by ben]
ben
parents: 639
diff changeset
2585 int w, h;
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 665
diff changeset
2586 UChar_Binary *data;
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2587 int result;
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 665
diff changeset
2588
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 665
diff changeset
2589 result = read_bitmap_data_from_file (name, &w, &h, &data, xhot, yhot);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2590
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2591 if (result == BitmapSuccess)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2592 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2593 Lisp_Object retval;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2594 int len = (w + 7) / 8 * h;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2595
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2596 retval = list3 (make_int (w), make_int (h),
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 665
diff changeset
2597 make_ext_string ((Extbyte *) data, len, Qbinary));
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2598 XFree (data);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2599 return retval;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2600 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2601
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2602 switch (result)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2603 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2604 case BitmapOpenFailed:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2605 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2606 /* should never happen */
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2607 signal_double_image_error ("Opening bitmap file",
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2608 "no such file or directory",
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2609 name);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2610 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2611 case BitmapFileInvalid:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2612 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2613 if (ok_if_data_invalid)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2614 return Qt;
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2615 signal_double_image_error ("Reading bitmap file",
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2616 "invalid data in file",
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2617 name);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2618 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2619 case BitmapNoMemory:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2620 {
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2621 signal_double_image_error ("Reading bitmap file",
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2622 "out of memory",
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2623 name);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2624 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2625 default:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2626 {
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2627 signal_double_image_error_2 ("Reading bitmap file",
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2628 "unknown error code",
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2629 make_int (result), name);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2630 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2631 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2632
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2633 return Qnil; /* not reached */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2634 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2635
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2636 Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2637 xbm_mask_file_munging (Lisp_Object alist, Lisp_Object file,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2638 Lisp_Object mask_file, Lisp_Object console_type)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2639 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2640 /* This is unclean but it's fairly standard -- a number of the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2641 bitmaps in /usr/include/X11/bitmaps use it -- so we support
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2642 it. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2643 if (NILP (mask_file)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2644 /* don't override explicitly specified mask data. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2645 && NILP (assq_no_quit (Q_mask_data, alist))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2646 && !NILP (file))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2647 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2648 mask_file = MAYBE_LISP_CONTYPE_METH
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2649 (decode_console_type(console_type, ERROR_ME),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2650 locate_pixmap_file, (concat2 (file, build_string ("Mask"))));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2651 if (NILP (mask_file))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2652 mask_file = MAYBE_LISP_CONTYPE_METH
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2653 (decode_console_type(console_type, ERROR_ME),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2654 locate_pixmap_file, (concat2 (file, build_string ("msk"))));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2655 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2656
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2657 if (!NILP (mask_file))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2658 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2659 Lisp_Object mask_data =
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2660 bitmap_to_lisp_data (mask_file, 0, 0, 0);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2661 alist = remassq_no_quit (Q_mask_file, alist);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2662 /* there can't be a :mask-data at this point. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2663 alist = Fcons (Fcons (Q_mask_file, mask_file),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2664 Fcons (Fcons (Q_mask_data, mask_data), alist));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2665 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2666
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2667 return alist;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2668 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2669
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2670 /* Normalize method for XBM's. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2671
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2672 static Lisp_Object
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2673 xbm_normalize (Lisp_Object inst, Lisp_Object console_type,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2674 Lisp_Object dest_mask)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2675 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2676 Lisp_Object file = Qnil, mask_file = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2677 struct gcpro gcpro1, gcpro2, gcpro3;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2678 Lisp_Object alist = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2679
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2680 GCPRO3 (file, mask_file, alist);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2681
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2682 /* Now, convert any file data into inline data for both the regular
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2683 data and the mask data. At the end of this, `data' will contain
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2684 the inline data (if any) or Qnil, and `file' will contain
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2685 the name this data was derived from (if known) or Qnil.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2686 Likewise for `mask_file' and `mask_data'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2687
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2688 Note that if we cannot generate any regular inline data, we
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2689 skip out. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2690
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2691 file = potential_pixmap_file_instantiator (inst, Q_file, Q_data,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2692 console_type);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2693 mask_file = potential_pixmap_file_instantiator (inst, Q_mask_file,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2694 Q_mask_data, console_type);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2695
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2696 if (CONSP (file)) /* failure locating filename */
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2697 signal_double_image_error ("Opening bitmap file",
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2698 "no such file or directory",
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2699 Fcar (file));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2700
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2701 if (NILP (file) && NILP (mask_file)) /* no conversion necessary */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2702 RETURN_UNGCPRO (inst);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2703
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2704 alist = tagged_vector_to_alist (inst);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2705
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2706 if (!NILP (file))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2707 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2708 int xhot, yhot;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2709 Lisp_Object data = bitmap_to_lisp_data (file, &xhot, &yhot, 0);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2710 alist = remassq_no_quit (Q_file, alist);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2711 /* there can't be a :data at this point. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2712 alist = Fcons (Fcons (Q_file, file),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2713 Fcons (Fcons (Q_data, data), alist));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2714
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2715 if (xhot != -1 && NILP (assq_no_quit (Q_hotspot_x, alist)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2716 alist = Fcons (Fcons (Q_hotspot_x, make_int (xhot)),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2717 alist);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2718 if (yhot != -1 && NILP (assq_no_quit (Q_hotspot_y, alist)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2719 alist = Fcons (Fcons (Q_hotspot_y, make_int (yhot)),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2720 alist);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2721 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2722
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2723 alist = xbm_mask_file_munging (alist, file, mask_file, console_type);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2724
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2725 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2726 Lisp_Object result = alist_to_tagged_vector (Qxbm, alist);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2727 free_alist (alist);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2728 RETURN_UNGCPRO (result);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2729 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2730 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2731
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2732
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2733 static int
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2734 xbm_possible_dest_types (void)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2735 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2736 return
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2737 IMAGE_MONO_PIXMAP_MASK |
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2738 IMAGE_COLOR_PIXMAP_MASK |
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2739 IMAGE_POINTER_MASK;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2740 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2741
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2742 #endif
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2743
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2744
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2745 #ifdef HAVE_XFACE
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2746 /**********************************************************************
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2747 * X-Face *
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2748 **********************************************************************/
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2749
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2750 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2751 xface_validate (Lisp_Object instantiator)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2752 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2753 file_or_data_must_be_present (instantiator);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2754 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2755
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2756 static Lisp_Object
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2757 xface_normalize (Lisp_Object inst, Lisp_Object console_type,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2758 Lisp_Object dest_mask)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2759 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2760 /* This function can call lisp */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2761 Lisp_Object file = Qnil, mask_file = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2762 struct gcpro gcpro1, gcpro2, gcpro3;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2763 Lisp_Object alist = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2764
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2765 GCPRO3 (file, mask_file, alist);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2766
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2767 /* Now, convert any file data into inline data for both the regular
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2768 data and the mask data. At the end of this, `data' will contain
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2769 the inline data (if any) or Qnil, and `file' will contain
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2770 the name this data was derived from (if known) or Qnil.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2771 Likewise for `mask_file' and `mask_data'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2772
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2773 Note that if we cannot generate any regular inline data, we
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2774 skip out. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2775
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2776 file = potential_pixmap_file_instantiator (inst, Q_file, Q_data,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2777 console_type);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2778 mask_file = potential_pixmap_file_instantiator (inst, Q_mask_file,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2779 Q_mask_data, console_type);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2780
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2781 if (CONSP (file)) /* failure locating filename */
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2782 signal_double_image_error ("Opening bitmap file",
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2783 "no such file or directory",
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2784 Fcar (file));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2785
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2786 if (NILP (file) && NILP (mask_file)) /* no conversion necessary */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2787 RETURN_UNGCPRO (inst);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2788
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2789 alist = tagged_vector_to_alist (inst);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2790
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2791 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2792 Lisp_Object data = make_string_from_file (file);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2793 alist = remassq_no_quit (Q_file, alist);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2794 /* there can't be a :data at this point. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2795 alist = Fcons (Fcons (Q_file, file),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2796 Fcons (Fcons (Q_data, data), alist));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2797 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2798
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2799 alist = xbm_mask_file_munging (alist, file, mask_file, console_type);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2800
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2801 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2802 Lisp_Object result = alist_to_tagged_vector (Qxface, alist);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2803 free_alist (alist);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2804 RETURN_UNGCPRO (result);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2805 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2806 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2807
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2808 static int
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2809 xface_possible_dest_types (void)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2810 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2811 return
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2812 IMAGE_MONO_PIXMAP_MASK |
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2813 IMAGE_COLOR_PIXMAP_MASK |
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2814 IMAGE_POINTER_MASK;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2815 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2816
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2817 #endif /* HAVE_XFACE */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2818
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2819
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2820 #ifdef HAVE_XPM
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2821
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2822 /**********************************************************************
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2823 * XPM *
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2824 **********************************************************************/
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2825
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 454
diff changeset
2826 #ifdef HAVE_GTK
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 454
diff changeset
2827 /* Gtk has to be gratuitously different, eh? */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 454
diff changeset
2828 Lisp_Object
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 454
diff changeset
2829 pixmap_to_lisp_data (Lisp_Object name, int ok_if_data_invalid)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 454
diff changeset
2830 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 454
diff changeset
2831 return (make_string_from_file (name));
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 454
diff changeset
2832 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 454
diff changeset
2833 #else
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2834 Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2835 pixmap_to_lisp_data (Lisp_Object name, int ok_if_data_invalid)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2836 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2837 char **data;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2838 int result;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2839 char *fname = 0;
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2840
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2841 LISP_STRING_TO_EXTERNAL (name, fname, Qfile_name);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2842 result = XpmReadFileToData (fname, &data);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2843
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2844 if (result == XpmSuccess)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2845 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2846 Lisp_Object retval = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2847 struct buffer *old_buffer = current_buffer;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2848 Lisp_Object temp_buffer =
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2849 Fget_buffer_create (build_string (" *pixmap conversion*"));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2850 int elt;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2851 int height, width, ncolors;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2852 struct gcpro gcpro1, gcpro2, gcpro3;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2853 int speccount = specpdl_depth ();
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2854
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2855 GCPRO3 (name, retval, temp_buffer);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2856
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2857 specbind (Qinhibit_quit, Qt);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2858 set_buffer_internal (XBUFFER (temp_buffer));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2859 Ferase_buffer (Qnil);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2860
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2861 buffer_insert_c_string (current_buffer, "/* XPM */\r");
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2862 buffer_insert_c_string (current_buffer, "static char *pixmap[] = {\r");
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2863
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2864 sscanf (data[0], "%d %d %d", &height, &width, &ncolors);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2865 for (elt = 0; elt <= width + ncolors; elt++)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2866 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2867 buffer_insert_c_string (current_buffer, "\"");
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2868 buffer_insert_c_string (current_buffer, data[elt]);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2869
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2870 if (elt < width + ncolors)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2871 buffer_insert_c_string (current_buffer, "\",\r");
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2872 else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2873 buffer_insert_c_string (current_buffer, "\"};\r");
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2874 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2875
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2876 retval = Fbuffer_substring (Qnil, Qnil, Qnil);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2877 XpmFree (data);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2878
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2879 set_buffer_internal (old_buffer);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 665
diff changeset
2880 unbind_to (speccount);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2881
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2882 RETURN_UNGCPRO (retval);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2883 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2884
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2885 switch (result)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2886 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2887 case XpmFileInvalid:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2888 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2889 if (ok_if_data_invalid)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2890 return Qt;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2891 signal_image_error ("invalid XPM data in file", name);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2892 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2893 case XpmNoMemory:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2894 {
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2895 signal_double_image_error ("Reading pixmap file",
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2896 "out of memory", name);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2897 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2898 case XpmOpenFailed:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2899 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2900 /* should never happen? */
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2901 signal_double_image_error ("Opening pixmap file",
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2902 "no such file or directory", name);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2903 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2904 default:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2905 {
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2906 signal_double_image_error_2 ("Parsing pixmap file",
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2907 "unknown error code",
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2908 make_int (result), name);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2909 break;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2910 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2911 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2912
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2913 return Qnil; /* not reached */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2914 }
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 454
diff changeset
2915 #endif /* !HAVE_GTK */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2916
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2917 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2918 check_valid_xpm_color_symbols (Lisp_Object data)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2919 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2920 Lisp_Object rest;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2921
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2922 for (rest = data; !NILP (rest); rest = XCDR (rest))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2923 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2924 if (!CONSP (rest) ||
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2925 !CONSP (XCAR (rest)) ||
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2926 !STRINGP (XCAR (XCAR (rest))) ||
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2927 (!STRINGP (XCDR (XCAR (rest))) &&
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2928 !COLOR_SPECIFIERP (XCDR (XCAR (rest)))))
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2929 sferror ("Invalid color symbol alist", data);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2930 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2931 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2932
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2933 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2934 xpm_validate (Lisp_Object instantiator)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2935 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2936 file_or_data_must_be_present (instantiator);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2937 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2938
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2939 Lisp_Object Vxpm_color_symbols;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2940
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2941 Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2942 evaluate_xpm_color_symbols (void)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2943 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2944 Lisp_Object rest, results = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2945 struct gcpro gcpro1, gcpro2;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2946
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2947 GCPRO2 (rest, results);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2948 for (rest = Vxpm_color_symbols; !NILP (rest); rest = XCDR (rest))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2949 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2950 Lisp_Object name, value, cons;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2951
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2952 CHECK_CONS (rest);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2953 cons = XCAR (rest);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2954 CHECK_CONS (cons);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2955 name = XCAR (cons);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2956 CHECK_STRING (name);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2957 value = XCDR (cons);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2958 CHECK_CONS (value);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2959 value = XCAR (value);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2960 value = Feval (value);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2961 if (NILP (value))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2962 continue;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2963 if (!STRINGP (value) && !COLOR_SPECIFIERP (value))
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2964 invalid_argument
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2965 ("Result from xpm-color-symbols eval must be nil, string, or color",
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2966 value);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2967 results = Fcons (Fcons (name, value), results);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2968 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2969 UNGCPRO; /* no more evaluation */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2970 return results;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2971 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2972
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2973 static Lisp_Object
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2974 xpm_normalize (Lisp_Object inst, Lisp_Object console_type,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2975 Lisp_Object dest_mask)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2976 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2977 Lisp_Object file = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2978 Lisp_Object color_symbols;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2979 struct gcpro gcpro1, gcpro2;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2980 Lisp_Object alist = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2981
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2982 GCPRO2 (file, alist);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2983
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2984 /* Now, convert any file data into inline data. At the end of this,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2985 `data' will contain the inline data (if any) or Qnil, and
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2986 `file' will contain the name this data was derived from (if
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2987 known) or Qnil.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2988
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2989 Note that if we cannot generate any regular inline data, we
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2990 skip out. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2991
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2992 file = potential_pixmap_file_instantiator (inst, Q_file, Q_data,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2993 console_type);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2994
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2995 if (CONSP (file)) /* failure locating filename */
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2996 signal_double_image_error ("Opening pixmap file",
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2997 "no such file or directory",
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
2998 Fcar (file));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2999
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3000 color_symbols = find_keyword_in_vector_or_given (inst, Q_color_symbols,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3001 Qunbound);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3002
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3003 if (NILP (file) && !UNBOUNDP (color_symbols))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3004 /* no conversion necessary */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3005 RETURN_UNGCPRO (inst);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3006
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3007 alist = tagged_vector_to_alist (inst);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3008
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3009 if (!NILP (file))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3010 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3011 Lisp_Object data = pixmap_to_lisp_data (file, 0);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3012 alist = remassq_no_quit (Q_file, alist);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3013 /* there can't be a :data at this point. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3014 alist = Fcons (Fcons (Q_file, file),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3015 Fcons (Fcons (Q_data, data), alist));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3016 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3017
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3018 if (UNBOUNDP (color_symbols))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3019 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3020 color_symbols = evaluate_xpm_color_symbols ();
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3021 alist = Fcons (Fcons (Q_color_symbols, color_symbols),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3022 alist);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3023 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3024
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3025 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3026 Lisp_Object result = alist_to_tagged_vector (Qxpm, alist);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3027 free_alist (alist);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3028 RETURN_UNGCPRO (result);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3029 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3030 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3031
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3032 static int
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3033 xpm_possible_dest_types (void)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3034 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3035 return
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3036 IMAGE_MONO_PIXMAP_MASK |
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3037 IMAGE_COLOR_PIXMAP_MASK |
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3038 IMAGE_POINTER_MASK;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3039 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3040
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3041 #endif /* HAVE_XPM */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3042
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3043
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3044 /****************************************************************************
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3045 * Image Specifier Object *
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3046 ****************************************************************************/
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3047
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3048 DEFINE_SPECIFIER_TYPE (image);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3049
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3050 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3051 image_create (Lisp_Object obj)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3052 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3053 Lisp_Specifier *image = XIMAGE_SPECIFIER (obj);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3054
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3055 IMAGE_SPECIFIER_ALLOWED (image) = ~0; /* all are allowed */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3056 IMAGE_SPECIFIER_ATTACHEE (image) = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3057 IMAGE_SPECIFIER_ATTACHEE_PROPERTY (image) = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3058 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3059
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3060 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3061 image_mark (Lisp_Object obj)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3062 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3063 Lisp_Specifier *image = XIMAGE_SPECIFIER (obj);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3064
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3065 mark_object (IMAGE_SPECIFIER_ATTACHEE (image));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3066 mark_object (IMAGE_SPECIFIER_ATTACHEE_PROPERTY (image));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3067 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3068
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3069 static int
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3070 instantiator_eq_equal (Lisp_Object obj1, Lisp_Object obj2)
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3071 {
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3072 if (EQ (obj1, obj2))
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3073 return 1;
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3074
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3075 else if (CONSP (obj1) && CONSP (obj2))
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3076 {
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3077 return instantiator_eq_equal (XCAR (obj1), XCAR (obj2))
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3078 &&
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3079 instantiator_eq_equal (XCDR (obj1), XCDR (obj2));
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3080 }
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3081 return 0;
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3082 }
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3083
665
fdefd0186b75 [xemacs-hg @ 2001-09-20 06:28:42 by ben]
ben
parents: 647
diff changeset
3084 static Hashcode
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3085 instantiator_eq_hash (Lisp_Object obj)
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3086 {
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3087 if (CONSP (obj))
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3088 {
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3089 /* no point in worrying about tail recursion, since we're not
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3090 going very deep */
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3091 return HASH2 (instantiator_eq_hash (XCAR (obj)),
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3092 instantiator_eq_hash (XCDR (obj)));
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3093 }
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3094 return LISP_HASH (obj);
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3095 }
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3096
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3097 /* We need a special hash table for storing image instances. */
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3098 Lisp_Object
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3099 make_image_instance_cache_hash_table (void)
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3100 {
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3101 return make_general_lisp_hash_table
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3102 (instantiator_eq_hash, instantiator_eq_equal,
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3103 30, -1.0, -1.0,
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3104 HASH_TABLE_KEY_CAR_VALUE_WEAK);
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3105 }
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3106
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3107 static Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3108 image_instantiate_cache_result (Lisp_Object locative)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3109 {
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3110 /* locative = (instance instantiator . subtable)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3111
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3112 So we are using the instantiator as the key and the instance as
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3113 the value. Since the hashtable is key-weak this means that the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3114 image instance will stay around as long as the instantiator stays
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3115 around. The instantiator is stored in the `image' slot of the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3116 glyph, so as long as the glyph is marked the instantiator will be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3117 as well and hence the cached image instance also.*/
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3118 Fputhash (XCAR (XCDR (locative)), XCAR (locative), XCDR (XCDR (locative)));
853
2b6fa2618f76 [xemacs-hg @ 2002-05-28 08:44:22 by ben]
ben
parents: 826
diff changeset
3119 free_cons (XCDR (locative));
2b6fa2618f76 [xemacs-hg @ 2002-05-28 08:44:22 by ben]
ben
parents: 826
diff changeset
3120 free_cons (locative);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3121 return Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3122 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3123
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3124 /* Given a specification for an image, return an instance of
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3125 the image which matches the given instantiator and which can be
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3126 displayed in the given domain. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3127
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3128 static Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3129 image_instantiate (Lisp_Object specifier, Lisp_Object matchspec,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3130 Lisp_Object domain, Lisp_Object instantiator,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3131 Lisp_Object depth)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3132 {
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3133 Lisp_Object glyph = IMAGE_SPECIFIER_ATTACHEE (XIMAGE_SPECIFIER (specifier));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3134 int dest_mask = XIMAGE_SPECIFIER_ALLOWED (specifier);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3135 int pointerp = dest_mask & image_instance_type_to_mask (IMAGE_POINTER);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3136
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3137 if (IMAGE_INSTANCEP (instantiator))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3138 {
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3139 /* make sure that the image instance's governing domain and type are
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3140 matching. */
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3141 Lisp_Object governing_domain = XIMAGE_INSTANCE_DOMAIN (instantiator);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3142
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3143 if ((DEVICEP (governing_domain)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3144 && EQ (governing_domain, DOMAIN_DEVICE (domain)))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3145 || (FRAMEP (governing_domain)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3146 && EQ (governing_domain, DOMAIN_FRAME (domain)))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3147 || (WINDOWP (governing_domain)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3148 && EQ (governing_domain, DOMAIN_WINDOW (domain))))
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3149 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3150 int mask =
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3151 image_instance_type_to_mask (XIMAGE_INSTANCE_TYPE (instantiator));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3152 if (mask & dest_mask)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3153 return instantiator;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3154 else
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
3155 invalid_argument ("Type of image instance not allowed here",
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3156 instantiator);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3157 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3158 else
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
3159 invalid_argument_2 ("Wrong domain for image instance",
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3160 instantiator, domain);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3161 }
452
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
3162 /* How ugly !! An image instanciator that uses a kludgy syntax to snarf in
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
3163 face properties. There's a design flaw here. -- didier */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3164 else if (VECTORP (instantiator)
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3165 && EQ (INSTANTIATOR_TYPE (instantiator), Qinherit))
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3166 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3167 assert (XVECTOR_LENGTH (instantiator) == 3);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3168 return (FACE_PROPERTY_INSTANCE
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3169 (Fget_face (XVECTOR_DATA (instantiator)[2]),
452
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
3170 Qbackground_pixmap, domain, 1, depth));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3171 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3172 else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3173 {
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3174 Lisp_Object instance = Qnil;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3175 Lisp_Object subtable = Qnil;
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3176 /* #### Should this be GCPRO'd? */
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3177 Lisp_Object hash_key = Qnil;
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3178 Lisp_Object pointer_fg = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3179 Lisp_Object pointer_bg = Qnil;
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3180 Lisp_Object governing_domain =
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3181 get_image_instantiator_governing_domain (instantiator, domain);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3182 struct gcpro gcpro1;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3183
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3184 GCPRO1 (instance);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3185
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3186 /* We have to put subwindow, widget and text image instances in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3187 a per-window cache so that we can see the same glyph in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3188 different windows. We use governing_domain to determine the type
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3189 of image_instance that will be created. */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3190
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3191 if (pointerp)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3192 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3193 pointer_fg = FACE_FOREGROUND (Vpointer_face, domain);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3194 pointer_bg = FACE_BACKGROUND (Vpointer_face, domain);
452
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
3195 hash_key = list4 (glyph, INSTANTIATOR_TYPE (instantiator),
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3196 pointer_fg, pointer_bg);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3197 }
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3198 else
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3199 /* We cannot simply key on the glyph since fallbacks could use
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3200 the same glyph but have a totally different instantiator
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3201 type. Thus we key on the glyph and the type (but not any
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3202 other parts of the instantiator. */
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3203 hash_key = list2 (glyph, INSTANTIATOR_TYPE (instantiator));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3204
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3205 /* First look in the device cache. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3206 if (DEVICEP (governing_domain))
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3207 {
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3208 subtable = Fgethash (make_int (dest_mask),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3209 XDEVICE (governing_domain)->
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3210 image_instance_cache,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3211 Qunbound);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3212 if (UNBOUNDP (subtable))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3213 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3214 /* For the image instance cache, we do comparisons with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3215 EQ rather than with EQUAL, as we do for color and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3216 font names. The reasons are:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3217
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3218 1) pixmap data can be very long, and thus the hashing
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3219 and comparing will take awhile.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3220
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3221 2) It's not so likely that we'll run into things that
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3222 are EQUAL but not EQ (that can happen a lot with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3223 faces, because their specifiers are copied around);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3224 but pixmaps tend not to be in faces.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3225
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3226 However, if the image-instance could be a pointer, we
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3227 have to use EQUAL because we massaged the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3228 instantiator into a cons3 also containing the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3229 foreground and background of the pointer face. */
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3230 subtable = make_image_instance_cache_hash_table ();
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3231
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3232 Fputhash (make_int (dest_mask), subtable,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3233 XDEVICE (governing_domain)->image_instance_cache);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3234 instance = Qunbound;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3235 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3236 else
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3237 {
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3238 instance = Fgethash (hash_key, subtable, Qunbound);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3239 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3240 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3241 else if (WINDOWP (governing_domain))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3242 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3243 /* Subwindows have a per-window cache and have to be treated
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3244 differently. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3245 instance =
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3246 Fgethash (hash_key,
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3247 XWINDOW (governing_domain)->subwindow_instance_cache,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3248 Qunbound);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3249 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3250 else
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3251 abort (); /* We're not allowed anything else currently. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3252
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3253 /* If we don't have an instance at this point then create
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3254 one. */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3255 if (UNBOUNDP (instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3256 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3257 Lisp_Object locative =
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3258 noseeum_cons (Qnil,
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3259 noseeum_cons (hash_key,
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3260 DEVICEP (governing_domain) ? subtable
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3261 : XWINDOW (governing_domain)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3262 ->subwindow_instance_cache));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3263 int speccount = specpdl_depth ();
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3264
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3265 /* Make sure we cache the failures, too. Use an
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3266 unwind-protect to catch such errors. If we fail, the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3267 unwind-protect records nil in the hash table. If we
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3268 succeed, we change the car of the locative to the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3269 resulting instance, which gets recorded instead. */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3270 record_unwind_protect (image_instantiate_cache_result,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3271 locative);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3272 instance =
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3273 instantiate_image_instantiator (governing_domain,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3274 domain, instantiator,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3275 pointer_fg, pointer_bg,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3276 dest_mask, glyph);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3277
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3278 /* We need a per-frame cache for redisplay. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3279 cache_subwindow_instance_in_frame_maybe (instance);
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3280
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3281 Fsetcar (locative, instance);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3282 #ifdef ERROR_CHECK_GLYPHS
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3283 if (image_instance_type_to_mask (XIMAGE_INSTANCE_TYPE (instance))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3284 & (IMAGE_SUBWINDOW_MASK | IMAGE_WIDGET_MASK))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3285 assert (EQ (XIMAGE_INSTANCE_FRAME (instance),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3286 DOMAIN_FRAME (domain)));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3287 #endif
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 665
diff changeset
3288 unbind_to (speccount);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3289 #ifdef ERROR_CHECK_GLYPHS
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3290 if (image_instance_type_to_mask (XIMAGE_INSTANCE_TYPE (instance))
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3291 & (IMAGE_SUBWINDOW_MASK | IMAGE_WIDGET_MASK))
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3292 assert (EQ (Fgethash (hash_key,
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3293 XWINDOW (governing_domain)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3294 ->subwindow_instance_cache,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3295 Qunbound), instance));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3296 #endif
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3297 }
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3298 else if (NILP (instance))
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
3299 gui_error ("Can't instantiate image (probably cached)", instantiator);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3300 /* We found an instance. However, because we are using the glyph
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3301 as the hash key instead of the instantiator, the current
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3302 instantiator may not be the same as the original. Thus we
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3303 must update the instance based on the new
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3304 instantiator. Preserving instance identity like this is
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3305 important to stop excessive window system widget creation and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3306 deletion - and hence flashing. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3307 else
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3308 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3309 /* #### This function should be able to cope with *all*
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3310 changes to the instantiator, but currently only copes
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3311 with the most used properties. This means that it is
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3312 possible to make changes that don't get reflected in the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3313 display. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3314 update_image_instance (instance, instantiator);
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
3315 free_list (hash_key);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3316 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3317
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3318 #ifdef ERROR_CHECK_GLYPHS
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3319 if (image_instance_type_to_mask (XIMAGE_INSTANCE_TYPE (instance))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3320 & (IMAGE_SUBWINDOW_MASK | IMAGE_WIDGET_MASK))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3321 assert (EQ (XIMAGE_INSTANCE_FRAME (instance),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3322 DOMAIN_FRAME (domain)));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3323 #endif
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3324 ERROR_CHECK_IMAGE_INSTANCE (instance);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3325 RETURN_UNGCPRO (instance);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3326 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3327
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3328 abort ();
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3329 return Qnil; /* not reached */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3330 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3331
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3332 /* Validate an image instantiator. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3333
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3334 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3335 image_validate (Lisp_Object instantiator)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3336 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3337 if (IMAGE_INSTANCEP (instantiator) || STRINGP (instantiator))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3338 return;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3339 else if (VECTORP (instantiator))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3340 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3341 Lisp_Object *elt = XVECTOR_DATA (instantiator);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3342 int instantiator_len = XVECTOR_LENGTH (instantiator);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3343 struct image_instantiator_methods *meths;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3344 Lisp_Object already_seen = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3345 struct gcpro gcpro1;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3346 int i;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3347
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3348 if (instantiator_len < 1)
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
3349 sferror ("Vector length must be at least 1",
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3350 instantiator);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3351
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3352 meths = decode_image_instantiator_format (elt[0], ERROR_ME);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3353 if (!(instantiator_len & 1))
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
3354 sferror
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3355 ("Must have alternating keyword/value pairs", instantiator);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3356
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3357 GCPRO1 (already_seen);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3358
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3359 for (i = 1; i < instantiator_len; i += 2)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3360 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3361 Lisp_Object keyword = elt[i];
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3362 Lisp_Object value = elt[i+1];
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3363 int j;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3364
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3365 CHECK_SYMBOL (keyword);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3366 if (!SYMBOL_IS_KEYWORD (keyword))
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
3367 invalid_argument ("Symbol must begin with a colon", keyword);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3368
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3369 for (j = 0; j < Dynarr_length (meths->keywords); j++)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3370 if (EQ (keyword, Dynarr_at (meths->keywords, j).keyword))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3371 break;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3372
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3373 if (j == Dynarr_length (meths->keywords))
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
3374 invalid_argument ("Unrecognized keyword", keyword);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3375
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3376 if (!Dynarr_at (meths->keywords, j).multiple_p)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3377 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3378 if (!NILP (memq_no_quit (keyword, already_seen)))
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
3379 sferror
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3380 ("Keyword may not appear more than once", keyword);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3381 already_seen = Fcons (keyword, already_seen);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3382 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3383
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3384 (Dynarr_at (meths->keywords, j).validate) (value);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3385 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3386
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3387 UNGCPRO;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3388
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3389 MAYBE_IIFORMAT_METH (meths, validate, (instantiator));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3390 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3391 else
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
3392 invalid_argument ("Must be string or vector", instantiator);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3393 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3394
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3395 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3396 image_after_change (Lisp_Object specifier, Lisp_Object locale)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3397 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3398 Lisp_Object attachee =
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3399 IMAGE_SPECIFIER_ATTACHEE (XIMAGE_SPECIFIER (specifier));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3400 Lisp_Object property =
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3401 IMAGE_SPECIFIER_ATTACHEE_PROPERTY (XIMAGE_SPECIFIER (specifier));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3402 if (FACEP (attachee))
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 444
diff changeset
3403 {
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 444
diff changeset
3404 face_property_was_changed (attachee, property, locale);
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 444
diff changeset
3405 if (BUFFERP (locale))
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 444
diff changeset
3406 XBUFFER (locale)->buffer_local_face_property = 1;
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 444
diff changeset
3407 }
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3408 else if (GLYPHP (attachee))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3409 glyph_property_was_changed (attachee, property, locale);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3410 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3411
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3412 void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3413 set_image_attached_to (Lisp_Object obj, Lisp_Object face_or_glyph,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3414 Lisp_Object property)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3415 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3416 Lisp_Specifier *image = XIMAGE_SPECIFIER (obj);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3417
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3418 IMAGE_SPECIFIER_ATTACHEE (image) = face_or_glyph;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3419 IMAGE_SPECIFIER_ATTACHEE_PROPERTY (image) = property;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3420 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3421
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3422 static Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3423 image_going_to_add (Lisp_Object specifier, Lisp_Object locale,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3424 Lisp_Object tag_set, Lisp_Object instantiator)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3425 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3426 Lisp_Object possible_console_types = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3427 Lisp_Object rest;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3428 Lisp_Object retlist = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3429 struct gcpro gcpro1, gcpro2;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3430
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3431 LIST_LOOP (rest, Vconsole_type_list)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3432 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3433 Lisp_Object contype = XCAR (rest);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3434 if (!NILP (memq_no_quit (contype, tag_set)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3435 possible_console_types = Fcons (contype, possible_console_types);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3436 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3437
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3438 if (XINT (Flength (possible_console_types)) > 1)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3439 /* two conflicting console types specified */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3440 return Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3441
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3442 if (NILP (possible_console_types))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3443 possible_console_types = Vconsole_type_list;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3444
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3445 GCPRO2 (retlist, possible_console_types);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3446
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3447 LIST_LOOP (rest, possible_console_types)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3448 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3449 Lisp_Object contype = XCAR (rest);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3450 Lisp_Object newinst = call_with_suspended_errors
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3451 ((lisp_fn_t) normalize_image_instantiator,
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
3452 Qnil, Qimage, ERROR_ME_DEBUG_WARN, 3, instantiator, contype,
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3453 make_int (XIMAGE_SPECIFIER_ALLOWED (specifier)));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3454
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3455 if (!NILP (newinst))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3456 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3457 Lisp_Object newtag;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3458 if (NILP (memq_no_quit (contype, tag_set)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3459 newtag = Fcons (contype, tag_set);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3460 else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3461 newtag = tag_set;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3462 retlist = Fcons (Fcons (newtag, newinst), retlist);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3463 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3464 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3465
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3466 UNGCPRO;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3467
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3468 return retlist;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3469 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3470
434
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3471 /* Copy an image instantiator. We can't use Fcopy_tree since widgets
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3472 may contain circular references which would send Fcopy_tree into
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3473 infloop death. */
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3474 static Lisp_Object
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3475 image_copy_vector_instantiator (Lisp_Object instantiator)
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3476 {
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3477 int i;
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3478 struct image_instantiator_methods *meths;
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3479 Lisp_Object *elt;
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3480 int instantiator_len;
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3481
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3482 CHECK_VECTOR (instantiator);
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3483
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3484 instantiator = Fcopy_sequence (instantiator);
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3485 elt = XVECTOR_DATA (instantiator);
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3486 instantiator_len = XVECTOR_LENGTH (instantiator);
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3487
434
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3488 meths = decode_image_instantiator_format (elt[0], ERROR_ME);
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3489
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3490 for (i = 1; i < instantiator_len; i += 2)
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3491 {
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3492 int j;
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3493 Lisp_Object keyword = elt[i];
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3494 Lisp_Object value = elt[i+1];
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3495
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3496 /* Find the keyword entry. */
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3497 for (j = 0; j < Dynarr_length (meths->keywords); j++)
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3498 {
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3499 if (EQ (keyword, Dynarr_at (meths->keywords, j).keyword))
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3500 break;
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3501 }
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3502
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3503 /* Only copy keyword values that should be copied. */
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3504 if (Dynarr_at (meths->keywords, j).copy_p
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3505 &&
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3506 (CONSP (value) || VECTORP (value)))
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3507 {
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3508 elt [i+1] = Fcopy_tree (value, Qt);
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3509 }
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3510 }
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3511
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3512 return instantiator;
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3513 }
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3514
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3515 static Lisp_Object
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3516 image_copy_instantiator (Lisp_Object arg)
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3517 {
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3518 if (CONSP (arg))
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3519 {
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3520 Lisp_Object rest;
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3521 rest = arg = Fcopy_sequence (arg);
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3522 while (CONSP (rest))
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3523 {
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3524 Lisp_Object elt = XCAR (rest);
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3525 if (CONSP (elt))
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3526 XCAR (rest) = Fcopy_tree (elt, Qt);
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3527 else if (VECTORP (elt))
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3528 XCAR (rest) = image_copy_vector_instantiator (elt);
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3529 if (VECTORP (XCDR (rest))) /* hack for (a b . [c d]) */
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3530 XCDR (rest) = Fcopy_tree (XCDR (rest), Qt);
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3531 rest = XCDR (rest);
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3532 }
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3533 }
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3534 else if (VECTORP (arg))
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3535 {
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3536 arg = image_copy_vector_instantiator (arg);
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3537 }
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3538 return arg;
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3539 }
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
3540
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3541 DEFUN ("image-specifier-p", Fimage_specifier_p, 1, 1, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3542 Return non-nil if OBJECT is an image specifier.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3543 See `make-image-specifier' for a description of image instantiators.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3544 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3545 (object))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3546 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3547 return IMAGE_SPECIFIERP (object) ? Qt : Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3548 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3549
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3550
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3551 /****************************************************************************
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3552 * Glyph Object *
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3553 ****************************************************************************/
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3554
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3555 static Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3556 mark_glyph (Lisp_Object obj)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3557 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3558 Lisp_Glyph *glyph = XGLYPH (obj);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3559
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3560 mark_object (glyph->image);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3561 mark_object (glyph->contrib_p);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3562 mark_object (glyph->baseline);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3563 mark_object (glyph->face);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3564
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3565 return glyph->plist;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3566 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3567
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3568 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3569 print_glyph (Lisp_Object obj, Lisp_Object printcharfun, int escapeflag)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3570 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3571 Lisp_Glyph *glyph = XGLYPH (obj);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3572
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3573 if (print_readably)
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
3574 printing_unreadable_object ("#<glyph 0x%x>", glyph->header.uid);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3575
800
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
3576 write_fmt_string_lisp (printcharfun, "#<glyph (%s", 1, Fglyph_type (obj));
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
3577 write_fmt_string_lisp (printcharfun, ") %S", 1, glyph->image);
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
3578 write_fmt_string (printcharfun, "0x%x>", glyph->header.uid);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3579 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3580
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3581 /* Glyphs are equal if all of their display attributes are equal. We
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3582 don't compare names or doc-strings, because that would make equal
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3583 be eq.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3584
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3585 This isn't concerned with "unspecified" attributes, that's what
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3586 #'glyph-differs-from-default-p is for. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3587 static int
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3588 glyph_equal (Lisp_Object obj1, Lisp_Object obj2, int depth)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3589 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3590 Lisp_Glyph *g1 = XGLYPH (obj1);
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3591 Lisp_Glyph *g2 = XGLYPH (obj2);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3592
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3593 depth++;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3594
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3595 return (internal_equal (g1->image, g2->image, depth) &&
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3596 internal_equal (g1->contrib_p, g2->contrib_p, depth) &&
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3597 internal_equal (g1->baseline, g2->baseline, depth) &&
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3598 internal_equal (g1->face, g2->face, depth) &&
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3599 !plists_differ (g1->plist, g2->plist, 0, 0, depth + 1));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3600 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3601
665
fdefd0186b75 [xemacs-hg @ 2001-09-20 06:28:42 by ben]
ben
parents: 647
diff changeset
3602 static Hashcode
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3603 glyph_hash (Lisp_Object obj, int depth)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3604 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3605 depth++;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3606
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3607 /* No need to hash all of the elements; that would take too long.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3608 Just hash the most common ones. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3609 return HASH2 (internal_hash (XGLYPH (obj)->image, depth),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3610 internal_hash (XGLYPH (obj)->face, depth));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3611 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3612
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3613 static Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3614 glyph_getprop (Lisp_Object obj, Lisp_Object prop)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3615 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3616 Lisp_Glyph *g = XGLYPH (obj);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3617
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3618 if (EQ (prop, Qimage)) return g->image;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3619 if (EQ (prop, Qcontrib_p)) return g->contrib_p;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3620 if (EQ (prop, Qbaseline)) return g->baseline;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3621 if (EQ (prop, Qface)) return g->face;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3622
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3623 return external_plist_get (&g->plist, prop, 0, ERROR_ME);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3624 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3625
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3626 static int
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3627 glyph_putprop (Lisp_Object obj, Lisp_Object prop, Lisp_Object value)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3628 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3629 if (EQ (prop, Qimage) ||
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3630 EQ (prop, Qcontrib_p) ||
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3631 EQ (prop, Qbaseline))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3632 return 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3633
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3634 if (EQ (prop, Qface))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3635 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3636 XGLYPH (obj)->face = Fget_face (value);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3637 return 1;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3638 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3639
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3640 external_plist_put (&XGLYPH (obj)->plist, prop, value, 0, ERROR_ME);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3641 return 1;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3642 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3643
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3644 static int
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3645 glyph_remprop (Lisp_Object obj, Lisp_Object prop)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3646 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3647 if (EQ (prop, Qimage) ||
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3648 EQ (prop, Qcontrib_p) ||
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3649 EQ (prop, Qbaseline))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3650 return -1;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3651
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3652 if (EQ (prop, Qface))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3653 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3654 XGLYPH (obj)->face = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3655 return 1;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3656 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3657
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3658 return external_remprop (&XGLYPH (obj)->plist, prop, 0, ERROR_ME);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3659 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3660
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3661 static Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3662 glyph_plist (Lisp_Object obj)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3663 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3664 Lisp_Glyph *glyph = XGLYPH (obj);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3665 Lisp_Object result = glyph->plist;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3666
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3667 result = cons3 (Qface, glyph->face, result);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3668 result = cons3 (Qbaseline, glyph->baseline, result);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3669 result = cons3 (Qcontrib_p, glyph->contrib_p, result);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3670 result = cons3 (Qimage, glyph->image, result);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3671
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3672 return result;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3673 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3674
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3675 static const struct lrecord_description glyph_description[] = {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3676 { XD_LISP_OBJECT, offsetof (Lisp_Glyph, image) },
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3677 { XD_LISP_OBJECT, offsetof (Lisp_Glyph, contrib_p) },
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3678 { XD_LISP_OBJECT, offsetof (Lisp_Glyph, baseline) },
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3679 { XD_LISP_OBJECT, offsetof (Lisp_Glyph, face) },
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3680 { XD_LISP_OBJECT, offsetof (Lisp_Glyph, plist) },
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3681 { XD_END }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3682 };
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3683
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3684 DEFINE_LRECORD_IMPLEMENTATION_WITH_PROPS ("glyph", glyph,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3685 mark_glyph, print_glyph, 0,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3686 glyph_equal, glyph_hash, glyph_description,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3687 glyph_getprop, glyph_putprop,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3688 glyph_remprop, glyph_plist,
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3689 Lisp_Glyph);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3690
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3691 Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3692 allocate_glyph (enum glyph_type type,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3693 void (*after_change) (Lisp_Object glyph, Lisp_Object property,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3694 Lisp_Object locale))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3695 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3696 /* This function can GC */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3697 Lisp_Object obj = Qnil;
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3698 Lisp_Glyph *g = alloc_lcrecord_type (Lisp_Glyph, &lrecord_glyph);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3699
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3700 g->type = type;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3701 g->image = Fmake_specifier (Qimage); /* This function can GC */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3702 g->dirty = 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3703 switch (g->type)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3704 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3705 case GLYPH_BUFFER:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3706 XIMAGE_SPECIFIER_ALLOWED (g->image) =
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3707 IMAGE_NOTHING_MASK | IMAGE_TEXT_MASK
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3708 | IMAGE_MONO_PIXMAP_MASK | IMAGE_COLOR_PIXMAP_MASK
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3709 | IMAGE_SUBWINDOW_MASK | IMAGE_WIDGET_MASK;
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3710 break;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3711 case GLYPH_POINTER:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3712 XIMAGE_SPECIFIER_ALLOWED (g->image) =
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3713 IMAGE_NOTHING_MASK | IMAGE_POINTER_MASK;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3714 break;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3715 case GLYPH_ICON:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3716 XIMAGE_SPECIFIER_ALLOWED (g->image) =
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3717 IMAGE_NOTHING_MASK | IMAGE_MONO_PIXMAP_MASK
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3718 | IMAGE_COLOR_PIXMAP_MASK;
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3719 break;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3720 default:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3721 abort ();
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3722 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3723
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3724 /* I think Fmake_specifier can GC. I think set_specifier_fallback can GC. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3725 /* We're getting enough reports of odd behavior in this area it seems */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3726 /* best to GCPRO everything. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3727 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3728 Lisp_Object tem1 = list1 (Fcons (Qnil, Vthe_nothing_vector));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3729 Lisp_Object tem2 = list1 (Fcons (Qnil, Qt));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3730 Lisp_Object tem3 = list1 (Fcons (Qnil, Qnil));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3731 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3732
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3733 GCPRO4 (obj, tem1, tem2, tem3);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3734
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3735 set_specifier_fallback (g->image, tem1);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3736 g->contrib_p = Fmake_specifier (Qboolean);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3737 set_specifier_fallback (g->contrib_p, tem2);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3738 /* #### should have a specifier for the following */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3739 g->baseline = Fmake_specifier (Qgeneric);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3740 set_specifier_fallback (g->baseline, tem3);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3741 g->face = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3742 g->plist = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3743 g->after_change = after_change;
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
3744 obj = wrap_glyph (g);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3745
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3746 set_image_attached_to (g->image, obj, Qimage);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3747 UNGCPRO;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3748 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3749
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3750 return obj;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3751 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3752
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3753 static enum glyph_type
578
190b164ddcac [xemacs-hg @ 2001-05-25 11:26:50 by ben]
ben
parents: 563
diff changeset
3754 decode_glyph_type (Lisp_Object type, Error_Behavior errb)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3755 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3756 if (NILP (type))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3757 return GLYPH_BUFFER;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3758
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3759 if (ERRB_EQ (errb, ERROR_ME))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3760 CHECK_SYMBOL (type);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3761
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3762 if (EQ (type, Qbuffer)) return GLYPH_BUFFER;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3763 if (EQ (type, Qpointer)) return GLYPH_POINTER;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3764 if (EQ (type, Qicon)) return GLYPH_ICON;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3765
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
3766 maybe_invalid_constant ("Invalid glyph type", type, Qimage, errb);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3767
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3768 return GLYPH_UNKNOWN;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3769 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3770
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3771 static int
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3772 valid_glyph_type_p (Lisp_Object type)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3773 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3774 return !NILP (memq_no_quit (type, Vglyph_type_list));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3775 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3776
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3777 DEFUN ("valid-glyph-type-p", Fvalid_glyph_type_p, 1, 1, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3778 Given a GLYPH-TYPE, return non-nil if it is valid.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3779 Valid types are `buffer', `pointer', and `icon'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3780 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3781 (glyph_type))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3782 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3783 return valid_glyph_type_p (glyph_type) ? Qt : Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3784 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3785
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3786 DEFUN ("glyph-type-list", Fglyph_type_list, 0, 0, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3787 Return a list of valid glyph types.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3788 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3789 ())
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3790 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3791 return Fcopy_sequence (Vglyph_type_list);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3792 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3793
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3794 DEFUN ("make-glyph-internal", Fmake_glyph_internal, 0, 1, 0, /*
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3795 Create and return a new uninitialized glyph of type TYPE.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3796
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3797 TYPE specifies the type of the glyph; this should be one of `buffer',
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3798 `pointer', or `icon', and defaults to `buffer'. The type of the glyph
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3799 specifies in which contexts the glyph can be used, and controls the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3800 allowable image types into which the glyph's image can be
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3801 instantiated.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3802
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3803 `buffer' glyphs can be used as the begin-glyph or end-glyph of an
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3804 extent, in the modeline, and in the toolbar. Their image can be
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3805 instantiated as `nothing', `mono-pixmap', `color-pixmap', `text',
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3806 and `subwindow'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3807
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3808 `pointer' glyphs can be used to specify the mouse pointer. Their
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3809 image can be instantiated as `pointer'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3810
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3811 `icon' glyphs can be used to specify the icon used when a frame is
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3812 iconified. Their image can be instantiated as `mono-pixmap' and
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3813 `color-pixmap'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3814 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3815 (type))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3816 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3817 enum glyph_type typeval = decode_glyph_type (type, ERROR_ME);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3818 return allocate_glyph (typeval, 0);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3819 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3820
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3821 DEFUN ("glyphp", Fglyphp, 1, 1, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3822 Return non-nil if OBJECT is a glyph.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3823
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3824 A glyph is an object used for pixmaps, widgets and the like. It is used
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3825 in begin-glyphs and end-glyphs attached to extents, in marginal and textual
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3826 annotations, in overlay arrows (overlay-arrow-* variables), in toolbar
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3827 buttons, and the like. Much more detailed information can be found at
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3828 `make-glyph'. Its image is described using an image specifier --
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3829 see `make-image-specifier'. See also `make-image-instance' for further
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3830 information.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3831 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3832 (object))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3833 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3834 return GLYPHP (object) ? Qt : Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3835 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3836
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3837 DEFUN ("glyph-type", Fglyph_type, 1, 1, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3838 Return the type of the given glyph.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3839 The return value will be one of 'buffer, 'pointer, or 'icon.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3840 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3841 (glyph))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3842 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3843 CHECK_GLYPH (glyph);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3844 switch (XGLYPH_TYPE (glyph))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3845 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3846 default: abort ();
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3847 case GLYPH_BUFFER: return Qbuffer;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3848 case GLYPH_POINTER: return Qpointer;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3849 case GLYPH_ICON: return Qicon;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3850 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3851 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3852
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3853 Lisp_Object
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3854 glyph_image_instance (Lisp_Object glyph, Lisp_Object domain,
578
190b164ddcac [xemacs-hg @ 2001-05-25 11:26:50 by ben]
ben
parents: 563
diff changeset
3855 Error_Behavior errb, int no_quit)
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3856 {
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3857 Lisp_Object specifier = GLYPH_IMAGE (XGLYPH (glyph));
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3858
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3859 /* This can never return Qunbound. All glyphs have 'nothing as
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3860 a fallback. */
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3861 Lisp_Object image_instance = specifier_instance (specifier, Qunbound,
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3862 domain, errb, no_quit, 0,
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3863 Qzero);
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3864 assert (!UNBOUNDP (image_instance));
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3865 ERROR_CHECK_IMAGE_INSTANCE (image_instance);
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3866
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3867 return image_instance;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3868 }
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3869
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3870 static Lisp_Object
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3871 glyph_image_instance_maybe (Lisp_Object glyph_or_image, Lisp_Object window)
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3872 {
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3873 Lisp_Object instance = glyph_or_image;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3874
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3875 if (GLYPHP (glyph_or_image))
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
3876 instance = glyph_image_instance (glyph_or_image, window,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
3877 ERROR_ME_DEBUG_WARN, 1);
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3878
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3879 return instance;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3880 }
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3881
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3882 /*****************************************************************************
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3883 glyph_width
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3884
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3885 Return the width of the given GLYPH on the given WINDOW.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3886 Calculations are done based on recursively querying the geometry of
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3887 the associated image instances.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3888 ****************************************************************************/
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3889 unsigned short
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3890 glyph_width (Lisp_Object glyph_or_image, Lisp_Object domain)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3891 {
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3892 Lisp_Object instance = glyph_image_instance_maybe (glyph_or_image,
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3893 domain);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3894 if (!IMAGE_INSTANCEP (instance))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3895 return 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3896
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3897 if (XIMAGE_INSTANCE_NEEDS_LAYOUT (instance))
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3898 image_instance_layout (instance, IMAGE_UNSPECIFIED_GEOMETRY,
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3899 IMAGE_UNSPECIFIED_GEOMETRY,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3900 IMAGE_UNCHANGED_GEOMETRY,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3901 IMAGE_UNCHANGED_GEOMETRY, domain);
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3902
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3903 return XIMAGE_INSTANCE_WIDTH (instance);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3904 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3905
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3906 DEFUN ("glyph-width", Fglyph_width, 1, 2, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3907 Return the width of GLYPH on WINDOW.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3908 This may not be exact as it does not take into account all of the context
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3909 that redisplay will.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3910 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3911 (glyph, window))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3912 {
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
3913 window = wrap_window (decode_window (window));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3914 CHECK_GLYPH (glyph);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3915
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3916 return make_int (glyph_width (glyph, window));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3917 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3918
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3919 unsigned short
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3920 glyph_ascent (Lisp_Object glyph_or_image, Lisp_Object domain)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3921 {
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3922 Lisp_Object instance = glyph_image_instance_maybe (glyph_or_image,
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3923 domain);
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3924 if (!IMAGE_INSTANCEP (instance))
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3925 return 0;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3926
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3927 if (XIMAGE_INSTANCE_NEEDS_LAYOUT (instance))
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3928 image_instance_layout (instance, IMAGE_UNSPECIFIED_GEOMETRY,
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3929 IMAGE_UNSPECIFIED_GEOMETRY,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3930 IMAGE_UNCHANGED_GEOMETRY,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3931 IMAGE_UNCHANGED_GEOMETRY, domain);
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3932
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3933 if (XIMAGE_INSTANCE_TYPE (instance) == IMAGE_TEXT)
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3934 return XIMAGE_INSTANCE_TEXT_ASCENT (instance);
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3935 else
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3936 return XIMAGE_INSTANCE_HEIGHT (instance);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3937 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3938
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3939 unsigned short
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3940 glyph_descent (Lisp_Object glyph_or_image, Lisp_Object domain)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3941 {
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3942 Lisp_Object instance = glyph_image_instance_maybe (glyph_or_image,
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3943 domain);
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3944 if (!IMAGE_INSTANCEP (instance))
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3945 return 0;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3946
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3947 if (XIMAGE_INSTANCE_NEEDS_LAYOUT (instance))
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3948 image_instance_layout (instance, IMAGE_UNSPECIFIED_GEOMETRY,
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3949 IMAGE_UNSPECIFIED_GEOMETRY,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3950 IMAGE_UNCHANGED_GEOMETRY,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3951 IMAGE_UNCHANGED_GEOMETRY, domain);
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3952
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3953 if (XIMAGE_INSTANCE_TYPE (instance) == IMAGE_TEXT)
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3954 return XIMAGE_INSTANCE_TEXT_DESCENT (instance);
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3955 else
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3956 return 0;
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3957 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3958
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3959 /* strictly a convenience function. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3960 unsigned short
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3961 glyph_height (Lisp_Object glyph_or_image, Lisp_Object domain)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3962 {
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3963 Lisp_Object instance = glyph_image_instance_maybe (glyph_or_image,
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3964 domain);
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
3965
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3966 if (!IMAGE_INSTANCEP (instance))
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3967 return 0;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3968
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3969 if (XIMAGE_INSTANCE_NEEDS_LAYOUT (instance))
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3970 image_instance_layout (instance, IMAGE_UNSPECIFIED_GEOMETRY,
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3971 IMAGE_UNSPECIFIED_GEOMETRY,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3972 IMAGE_UNCHANGED_GEOMETRY,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3973 IMAGE_UNCHANGED_GEOMETRY, domain);
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3974
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3975 return XIMAGE_INSTANCE_HEIGHT (instance);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3976 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3977
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3978 DEFUN ("glyph-ascent", Fglyph_ascent, 1, 2, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3979 Return the ascent value of GLYPH on WINDOW.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3980 This may not be exact as it does not take into account all of the context
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3981 that redisplay will.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3982 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3983 (glyph, window))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3984 {
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
3985 window = wrap_window (decode_window (window));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3986 CHECK_GLYPH (glyph);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3987
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
3988 return make_int (glyph_ascent (glyph, window));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3989 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3990
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3991 DEFUN ("glyph-descent", Fglyph_descent, 1, 2, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3992 Return the descent value of GLYPH on WINDOW.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3993 This may not be exact as it does not take into account all of the context
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3994 that redisplay will.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3995 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3996 (glyph, window))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3997 {
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
3998 window = wrap_window (decode_window (window));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3999 CHECK_GLYPH (glyph);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4000
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
4001 return make_int (glyph_descent (glyph, window));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4002 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4003
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4004 /* This is redundant but I bet a lot of people expect it to exist. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4005 DEFUN ("glyph-height", Fglyph_height, 1, 2, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4006 Return the height of GLYPH on WINDOW.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4007 This may not be exact as it does not take into account all of the context
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4008 that redisplay will.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4009 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4010 (glyph, window))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4011 {
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4012 window = wrap_window (decode_window (window));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4013 CHECK_GLYPH (glyph);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4014
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
4015 return make_int (glyph_height (glyph, window));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4016 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4017
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4018 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4019 set_glyph_dirty_p (Lisp_Object glyph_or_image, Lisp_Object window, int dirty)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4020 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4021 Lisp_Object instance = glyph_or_image;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4022
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4023 if (!NILP (glyph_or_image))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4024 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4025 if (GLYPHP (glyph_or_image))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4026 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4027 instance = glyph_image_instance (glyph_or_image, window,
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4028 ERROR_ME_DEBUG_WARN, 1);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4029 XGLYPH_DIRTYP (glyph_or_image) = dirty;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4030 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4031
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4032 if (!IMAGE_INSTANCEP (instance))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4033 return;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4034
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4035 XIMAGE_INSTANCE_DIRTYP (instance) = dirty;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4036 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4037 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4038
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4039 static void
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4040 set_image_instance_dirty_p (Lisp_Object instance, int dirty)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4041 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4042 if (IMAGE_INSTANCEP (instance))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4043 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4044 XIMAGE_INSTANCE_DIRTYP (instance) = dirty;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4045 /* Now cascade up the hierarchy. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4046 set_image_instance_dirty_p (XIMAGE_INSTANCE_PARENT (instance),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4047 dirty);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4048 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4049 else if (GLYPHP (instance))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4050 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4051 XGLYPH_DIRTYP (instance) = dirty;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4052 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4053 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4054
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4055 /* #### do we need to cache this info to speed things up? */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4056
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4057 Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4058 glyph_baseline (Lisp_Object glyph, Lisp_Object domain)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4059 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4060 if (!GLYPHP (glyph))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4061 return Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4062 else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4063 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4064 Lisp_Object retval =
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4065 specifier_instance_no_quit (GLYPH_BASELINE (XGLYPH (glyph)),
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4066 /* #### look into error flag */
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4067 Qunbound, domain, ERROR_ME_DEBUG_WARN,
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4068 0, Qzero);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4069 if (!NILP (retval) && !INTP (retval))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4070 retval = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4071 else if (INTP (retval))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4072 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4073 if (XINT (retval) < 0)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4074 retval = Qzero;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4075 if (XINT (retval) > 100)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4076 retval = make_int (100);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4077 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4078 return retval;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4079 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4080 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4081
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4082 Lisp_Object
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4083 glyph_face (Lisp_Object glyph, Lisp_Object domain)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4084 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4085 /* #### Domain parameter not currently used but it will be */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4086 return GLYPHP (glyph) ? GLYPH_FACE (XGLYPH (glyph)) : Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4087 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4088
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4089 int
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4090 glyph_contrib_p (Lisp_Object glyph, Lisp_Object domain)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4091 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4092 if (!GLYPHP (glyph))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4093 return 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4094 else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4095 return !NILP (specifier_instance_no_quit
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4096 (GLYPH_CONTRIB_P (XGLYPH (glyph)), Qunbound, domain,
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4097 /* #### look into error flag */
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4098 ERROR_ME_DEBUG_WARN, 0, Qzero));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4099 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4100
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4101 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4102 glyph_property_was_changed (Lisp_Object glyph, Lisp_Object property,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4103 Lisp_Object locale)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4104 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4105 if (XGLYPH (glyph)->after_change)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4106 (XGLYPH (glyph)->after_change) (glyph, property, locale);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4107 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4108
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4109 void
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4110 glyph_query_geometry (Lisp_Object glyph_or_image, int* width, int* height,
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
4111 enum image_instance_geometry disp, Lisp_Object domain)
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
4112 {
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
4113 Lisp_Object instance = glyph_or_image;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
4114
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
4115 if (GLYPHP (glyph_or_image))
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4116 instance = glyph_image_instance (glyph_or_image, domain,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4117 ERROR_ME_DEBUG_WARN, 1);
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4118
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
4119 image_instance_query_geometry (instance, width, height, disp, domain);
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
4120 }
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
4121
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4122 void
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4123 glyph_do_layout (Lisp_Object glyph_or_image, int width, int height,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4124 int xoffset, int yoffset, Lisp_Object domain)
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
4125 {
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
4126 Lisp_Object instance = glyph_or_image;
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
4127
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
4128 if (GLYPHP (glyph_or_image))
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4129 instance = glyph_image_instance (glyph_or_image, domain,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4130 ERROR_ME_DEBUG_WARN, 1);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4131
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4132 image_instance_layout (instance, width, height, xoffset, yoffset, domain);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4133 }
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
4134
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4135
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4136 /*****************************************************************************
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4137 * glyph cachel functions *
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4138 *****************************************************************************/
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4139
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4140 /* #### All of this is 95% copied from face cachels. Consider
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4141 consolidating.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4142
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4143 Why do we need glyph_cachels? Simply because a glyph_cachel captures
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4144 per-window information about a particular glyph. A glyph itself is
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4145 not created in any particular context, so if we were to rely on a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4146 glyph to tell us about its dirtiness we would not be able to reset
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4147 the dirty flag after redisplaying it as it may exist in other
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4148 contexts. When we have redisplayed we need to know which glyphs to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4149 reset the dirty flags on - the glyph_cachels give us a nice list we
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4150 can iterate through doing this. */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4151 void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4152 mark_glyph_cachels (glyph_cachel_dynarr *elements)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4153 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4154 int elt;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4155
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4156 if (!elements)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4157 return;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4158
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4159 for (elt = 0; elt < Dynarr_length (elements); elt++)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4160 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4161 struct glyph_cachel *cachel = Dynarr_atp (elements, elt);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4162 mark_object (cachel->glyph);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4163 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4164 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4165
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4166 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4167 update_glyph_cachel_data (struct window *w, Lisp_Object glyph,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4168 struct glyph_cachel *cachel)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4169 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4170 if (!cachel->updated || NILP (cachel->glyph) || !EQ (cachel->glyph, glyph)
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4171 || XGLYPH_DIRTYP (cachel->glyph)
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4172 || XFRAME(WINDOW_FRAME(w))->faces_changed)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4173 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4174 Lisp_Object window, instance;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4175
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4176 window = wrap_window (w);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4177
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4178 cachel->glyph = glyph;
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4179 /* Speed things up slightly by grabbing the glyph instantiation
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4180 and passing it to the size functions. */
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4181 instance = glyph_image_instance (glyph, window, ERROR_ME_DEBUG_WARN, 1);
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4182
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4183 if (!IMAGE_INSTANCEP (instance))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4184 return;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4185
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4186 /* Mark text instance of the glyph dirty if faces have changed,
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4187 because its geometry might have changed. */
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4188 invalidate_glyph_geometry_maybe (instance, w);
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4189
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4190 /* #### Do the following 2 lines buy us anything? --kkm */
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4191 XGLYPH_DIRTYP (glyph) = XIMAGE_INSTANCE_DIRTYP (instance);
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4192 cachel->dirty = XGLYPH_DIRTYP (glyph);
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
4193 cachel->width = glyph_width (instance, window);
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
4194 cachel->ascent = glyph_ascent (instance, window);
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
4195 cachel->descent = glyph_descent (instance, window);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4196 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4197
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4198 cachel->updated = 1;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4199 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4200
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4201 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4202 add_glyph_cachel (struct window *w, Lisp_Object glyph)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4203 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4204 struct glyph_cachel new_cachel;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4205
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4206 xzero (new_cachel);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4207 new_cachel.glyph = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4208
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4209 update_glyph_cachel_data (w, glyph, &new_cachel);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4210 Dynarr_add (w->glyph_cachels, new_cachel);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4211 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4212
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4213 glyph_index
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4214 get_glyph_cachel_index (struct window *w, Lisp_Object glyph)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4215 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4216 int elt;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4217
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4218 if (noninteractive)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4219 return 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4220
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4221 for (elt = 0; elt < Dynarr_length (w->glyph_cachels); elt++)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4222 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4223 struct glyph_cachel *cachel =
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4224 Dynarr_atp (w->glyph_cachels, elt);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4225
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4226 if (EQ (cachel->glyph, glyph) && !NILP (glyph))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4227 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4228 update_glyph_cachel_data (w, glyph, cachel);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4229 return elt;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4230 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4231 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4232
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4233 /* If we didn't find the glyph, add it and then return its index. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4234 add_glyph_cachel (w, glyph);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4235 return elt;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4236 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4237
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4238 void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4239 reset_glyph_cachels (struct window *w)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4240 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4241 Dynarr_reset (w->glyph_cachels);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4242 get_glyph_cachel_index (w, Vcontinuation_glyph);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4243 get_glyph_cachel_index (w, Vtruncation_glyph);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4244 get_glyph_cachel_index (w, Vhscroll_glyph);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4245 get_glyph_cachel_index (w, Vcontrol_arrow_glyph);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4246 get_glyph_cachel_index (w, Voctal_escape_glyph);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4247 get_glyph_cachel_index (w, Vinvisible_text_glyph);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4248 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4249
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4250 void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4251 mark_glyph_cachels_as_not_updated (struct window *w)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4252 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4253 int elt;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4254
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4255 /* We need to have a dirty flag to tell if the glyph has changed.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4256 We can check to see if each glyph variable is actually a
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4257 completely different glyph, though. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4258 #define FROB(glyph_obj, gindex) \
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4259 update_glyph_cachel_data (w, glyph_obj, \
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4260 Dynarr_atp (w->glyph_cachels, gindex))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4261
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4262 FROB (Vcontinuation_glyph, CONT_GLYPH_INDEX);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4263 FROB (Vtruncation_glyph, TRUN_GLYPH_INDEX);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4264 FROB (Vhscroll_glyph, HSCROLL_GLYPH_INDEX);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4265 FROB (Vcontrol_arrow_glyph, CONTROL_GLYPH_INDEX);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4266 FROB (Voctal_escape_glyph, OCT_ESC_GLYPH_INDEX);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4267 FROB (Vinvisible_text_glyph, INVIS_GLYPH_INDEX);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4268 #undef FROB
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4269
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4270 for (elt = 0; elt < Dynarr_length (w->glyph_cachels); elt++)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4271 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4272 Dynarr_atp (w->glyph_cachels, elt)->updated = 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4273 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4274 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4275
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4276 /* Unset the dirty bit on all the glyph cachels that have it. */
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4277 void
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4278 mark_glyph_cachels_as_clean (struct window* w)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4279 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4280 int elt;
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4281 Lisp_Object window = wrap_window (w);
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4282
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4283 for (elt = 0; elt < Dynarr_length (w->glyph_cachels); elt++)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4284 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4285 struct glyph_cachel *cachel = Dynarr_atp (w->glyph_cachels, elt);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4286 cachel->dirty = 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4287 set_glyph_dirty_p (cachel->glyph, window, 0);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4288 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4289 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4290
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4291 #ifdef MEMORY_USAGE_STATS
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4292
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4293 int
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4294 compute_glyph_cachel_usage (glyph_cachel_dynarr *glyph_cachels,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4295 struct overhead_stats *ovstats)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4296 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4297 int total = 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4298
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4299 if (glyph_cachels)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4300 total += Dynarr_memory_usage (glyph_cachels, ovstats);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4301
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4302 return total;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4303 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4304
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4305 #endif /* MEMORY_USAGE_STATS */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4306
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4307
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4308
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4309 /*****************************************************************************
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4310 * subwindow cachel functions *
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4311 *****************************************************************************/
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
4312 /* Subwindows are curious in that you have to physically unmap them to
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4313 not display them. It is problematic deciding what to do in
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4314 redisplay. We have two caches - a per-window instance cache that
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4315 keeps track of subwindows on a window, these are linked to their
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4316 instantiator in the hashtable and when the instantiator goes away
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4317 we want the instance to go away also. However we also have a
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4318 per-frame instance cache that we use to determine if a subwindow is
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4319 obscuring an area that we want to clear. We need to be able to flip
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4320 through this quickly so a hashtable is not suitable hence the
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4321 subwindow_cachels. This is a weak list so unreference instances
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4322 will get deleted properly. */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4323
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4324 /* redisplay in general assumes that drawing something will erase
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4325 what was there before. unfortunately this does not apply to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4326 subwindows that need to be specifically unmapped in order to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4327 disappear. we take a brute force approach - on the basis that its
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4328 cheap - and unmap all subwindows in a display line */
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4329
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4330 /* Put new instances in the frame subwindow cache. This is less costly than
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4331 doing it every time something gets mapped, and deleted instances will be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4332 removed automatically. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4333 static void
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4334 cache_subwindow_instance_in_frame_maybe (Lisp_Object instance)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4335 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4336 Lisp_Image_Instance* ii = XIMAGE_INSTANCE (instance);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4337 if (!NILP (DOMAIN_FRAME (IMAGE_INSTANCE_DOMAIN (ii))))
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4338 {
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4339 struct frame* f = DOMAIN_XFRAME (IMAGE_INSTANCE_DOMAIN (ii));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4340 XWEAK_LIST_LIST (FRAME_SUBWINDOW_CACHE (f))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4341 = Fcons (instance, XWEAK_LIST_LIST (FRAME_SUBWINDOW_CACHE (f)));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4342 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4343 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4344
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4345 /* Unmap and finalize all subwindow instances in the frame cache. This
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4346 is necessary because GC will not guarantee the order things get
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4347 deleted in and moreover, frame finalization deletes the window
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4348 system windows before deleting XEmacs windows, and hence
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4349 subwindows. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4350 int
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4351 unmap_subwindow_instance_cache_mapper (Lisp_Object key, Lisp_Object value,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4352 void* finalize)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4353 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4354 /* value can be nil; we cache failures as well as successes */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4355 if (!NILP (value))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4356 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4357 struct frame* f = XFRAME (XIMAGE_INSTANCE_FRAME (value));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4358 unmap_subwindow (value);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4359 if (finalize)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4360 {
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4361 /* In case GC doesn't catch up fast enough, remove from the frame
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4362 cache also. Otherwise code that checks the sanity of the instance
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4363 will fail. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4364 XWEAK_LIST_LIST (FRAME_SUBWINDOW_CACHE (f))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4365 = delq_no_quit (value,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4366 XWEAK_LIST_LIST (FRAME_SUBWINDOW_CACHE (f)));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4367 finalize_image_instance (XIMAGE_INSTANCE (value), 0);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4368 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4369 }
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4370 return 0;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4371 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4372
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4373 static void
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4374 finalize_all_subwindow_instances (struct window *w)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4375 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4376 if (!NILP (w->next)) finalize_all_subwindow_instances (XWINDOW (w->next));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4377 if (!NILP (w->vchild)) finalize_all_subwindow_instances (XWINDOW (w->vchild));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4378 if (!NILP (w->hchild)) finalize_all_subwindow_instances (XWINDOW (w->hchild));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4379
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4380 elisp_maphash (unmap_subwindow_instance_cache_mapper,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4381 w->subwindow_instance_cache, (void*)1);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4382 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4383
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4384 void
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4385 free_frame_subwindow_instances (struct frame* f)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4386 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4387 /* Make sure all instances are finalized. We have to do this via the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4388 instance cache since some instances may be extant but not
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4389 displayed (and hence not in the frame cache). */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4390 finalize_all_subwindow_instances (XWINDOW (f->root_window));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4391 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4392
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4393 /* Unmap all instances in the frame cache. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4394 void
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4395 reset_frame_subwindow_instance_cache (struct frame* f)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4396 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4397 Lisp_Object rest;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4398
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4399 LIST_LOOP (rest, XWEAK_LIST_LIST (FRAME_SUBWINDOW_CACHE (f)))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4400 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4401 Lisp_Object value = XCAR (rest);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4402 unmap_subwindow (value);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4403 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4404 }
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4405
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4406 /*****************************************************************************
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4407 * subwindow exposure ignorance *
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4408 *****************************************************************************/
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4409 /* when we unmap subwindows the associated window system will generate
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4410 expose events. This we do not want as redisplay already copes with
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4411 the repainting necessary. Worse, we can get in an endless cycle of
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4412 redisplay if we are not careful. Thus we keep a per-frame list of
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4413 expose events that are going to come and ignore them as
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4414 required. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4415
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4416 struct expose_ignore_blocktype
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4417 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4418 Blocktype_declare (struct expose_ignore);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4419 } *the_expose_ignore_blocktype;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4420
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4421 int
647
b39c14581166 [xemacs-hg @ 2001-08-13 04:45:47 by ben]
ben
parents: 639
diff changeset
4422 check_for_ignored_expose (struct frame* f, int x, int y, int width, int height)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4423 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4424 struct expose_ignore *ei, *prev;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4425 /* the ignore list is FIFO so we should generally get a match with
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4426 the first element in the list */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4427 for (ei = f->subwindow_exposures, prev = 0; ei; ei = ei->next)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4428 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4429 /* Checking for exact matches just isn't good enough as we
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4430 might get exposures for partially obscured subwindows, thus
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4431 we have to check for overlaps. Being conservative, we will
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4432 check for exposures wholly contained by the subwindow - this
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4433 might give us what we want.*/
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4434 if (ei->x <= x && ei->y <= y
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4435 && ei->x + ei->width >= x + width
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4436 && ei->y + ei->height >= y + height)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4437 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4438 #ifdef DEBUG_WIDGETS
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4439 stderr_out ("ignored %d+%d, %dx%d for exposure %d+%d, %dx%d\n",
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4440 x, y, width, height, ei->x, ei->y, ei->width, ei->height);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4441 #endif
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4442 if (!prev)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4443 f->subwindow_exposures = ei->next;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4444 else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4445 prev->next = ei->next;
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4446
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4447 if (ei == f->subwindow_exposures_tail)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4448 f->subwindow_exposures_tail = prev;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4449
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4450 Blocktype_free (the_expose_ignore_blocktype, ei);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4451 return 1;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4452 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4453 prev = ei;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4454 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4455 return 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4456 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4457
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4458 static void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4459 register_ignored_expose (struct frame* f, int x, int y, int width, int height)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4460 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4461 if (!hold_ignored_expose_registration)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4462 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4463 struct expose_ignore *ei;
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4464
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4465 ei = Blocktype_alloc (the_expose_ignore_blocktype);
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4466
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4467 ei->next = NULL;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4468 ei->x = x;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4469 ei->y = y;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4470 ei->width = width;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4471 ei->height = height;
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4472
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4473 /* we have to add the exposure to the end of the list, since we
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4474 want to check the oldest events first. for speed we keep a record
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4475 of the end so that we can add right to it. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4476 if (f->subwindow_exposures_tail)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4477 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4478 f->subwindow_exposures_tail->next = ei;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4479 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4480 if (!f->subwindow_exposures)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4481 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4482 f->subwindow_exposures = ei;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4483 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4484 f->subwindow_exposures_tail = ei;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4485 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4486 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4487
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4488 /****************************************************************************
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4489 find_matching_subwindow
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4490
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4491 See if there is a subwindow that completely encloses the requested
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4492 area.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4493 ****************************************************************************/
647
b39c14581166 [xemacs-hg @ 2001-08-13 04:45:47 by ben]
ben
parents: 639
diff changeset
4494 int
b39c14581166 [xemacs-hg @ 2001-08-13 04:45:47 by ben]
ben
parents: 639
diff changeset
4495 find_matching_subwindow (struct frame* f, int x, int y, int width, int height)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4496 {
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4497 Lisp_Object rest;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4498
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4499 LIST_LOOP (rest, XWEAK_LIST_LIST (FRAME_SUBWINDOW_CACHE (f)))
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4500 {
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4501 Lisp_Image_Instance *ii = XIMAGE_INSTANCE (XCAR (rest));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4502
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4503 if (IMAGE_INSTANCE_SUBWINDOW_DISPLAYEDP (ii)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4504 &&
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4505 IMAGE_INSTANCE_DISPLAY_X (ii) <= x
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4506 &&
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4507 IMAGE_INSTANCE_DISPLAY_Y (ii) <= y
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4508 &&
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4509 IMAGE_INSTANCE_DISPLAY_X (ii)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4510 + IMAGE_INSTANCE_DISPLAY_WIDTH (ii) >= x + width
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4511 &&
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4512 IMAGE_INSTANCE_DISPLAY_Y (ii)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4513 + IMAGE_INSTANCE_DISPLAY_HEIGHT (ii) >= y + height)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4514 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4515 return 1;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4516 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4517 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4518 return 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4519 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4520
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4521
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4522 /*****************************************************************************
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4523 * subwindow functions *
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4524 *****************************************************************************/
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4525
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4526 /* Update the displayed characteristics of a subwindow. This function
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4527 should generally only get called if the subwindow is actually
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4528 dirty. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4529 void
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4530 redisplay_subwindow (Lisp_Object subwindow)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4531 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4532 Lisp_Image_Instance* ii = XIMAGE_INSTANCE (subwindow);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4533 int count = specpdl_depth ();
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4534
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4535 /* The update method is allowed to call eval. Since it is quite
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4536 common for this function to get called from somewhere in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4537 redisplay we need to make sure that quits are ignored. Otherwise
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4538 Fsignal will abort. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4539 specbind (Qinhibit_quit, Qt);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4540
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4541 ERROR_CHECK_IMAGE_INSTANCE (subwindow);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4542
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4543 if (WIDGET_IMAGE_INSTANCEP (subwindow))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4544 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4545 if (image_instance_changed (subwindow))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4546 redisplay_widget (subwindow);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4547 /* Reset the changed flags. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4548 IMAGE_INSTANCE_WIDGET_FACE_CHANGED (ii) = 0;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4549 IMAGE_INSTANCE_WIDGET_ITEMS_CHANGED (ii) = 0;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4550 IMAGE_INSTANCE_WIDGET_ACTION_OCCURRED (ii) = 0;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4551 IMAGE_INSTANCE_TEXT_CHANGED (ii) = 0;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4552 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4553 else if (IMAGE_INSTANCE_TYPE (ii) == IMAGE_SUBWINDOW
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4554 &&
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4555 !NILP (IMAGE_INSTANCE_FRAME (ii)))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4556 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4557 MAYBE_DEVMETH (DOMAIN_XDEVICE (ii->domain),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4558 redisplay_subwindow, (ii));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4559 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4560
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4561 IMAGE_INSTANCE_SIZE_CHANGED (ii) = 0;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4562 /* This function is typically called by redisplay just before
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4563 outputting the information to the screen. Thus we record a hash
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4564 of the output to determine whether on-screen is the same as
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4565 recorded structure. This approach has limitations in there is a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4566 good chance that hash values will be different for the same
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4567 visual appearance. However, we would rather that then the other
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4568 way round - it simply means that we will get more displays than
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4569 we might need. We can get better hashing by making the depth
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4570 negative - currently it will recurse down 7 levels.*/
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4571 IMAGE_INSTANCE_DISPLAY_HASH (ii) = internal_hash (subwindow,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4572 IMAGE_INSTANCE_HASH_DEPTH);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4573
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 665
diff changeset
4574 unbind_to (count);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4575 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4576
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4577 /* Determine whether an image_instance has changed structurally and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4578 hence needs redisplaying in some way.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4579
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4580 #### This should just look at the instantiator differences when we
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4581 get rid of the stored items altogether. In fact we should probably
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4582 store the new instantiator as well as the old - as we do with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4583 gui_items currently - and then pick-up the new on the next
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4584 redisplay. This would obviate the need for any of this trickery
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4585 with hashcodes. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4586 int
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4587 image_instance_changed (Lisp_Object subwindow)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4588 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4589 Lisp_Image_Instance* ii = XIMAGE_INSTANCE (subwindow);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4590
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4591 if (internal_hash (subwindow, IMAGE_INSTANCE_HASH_DEPTH) !=
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4592 IMAGE_INSTANCE_DISPLAY_HASH (ii))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4593 return 1;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4594 /* #### I think there is probably a bug here. This gets called for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4595 layouts - and yet the pending items are always nil for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4596 layouts. We are saved by layout optimization, but I'm undecided
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4597 as to what the correct fix is. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4598 else if (WIDGET_IMAGE_INSTANCEP (subwindow)
853
2b6fa2618f76 [xemacs-hg @ 2002-05-28 08:44:22 by ben]
ben
parents: 826
diff changeset
4599 && (!internal_equal_trapping_problems
2b6fa2618f76 [xemacs-hg @ 2002-05-28 08:44:22 by ben]
ben
parents: 826
diff changeset
4600 (Qglyph, "bad subwindow instantiator",
2b6fa2618f76 [xemacs-hg @ 2002-05-28 08:44:22 by ben]
ben
parents: 826
diff changeset
4601 /* in this case we really don't want to be
2b6fa2618f76 [xemacs-hg @ 2002-05-28 08:44:22 by ben]
ben
parents: 826
diff changeset
4602 interrupted by QUIT because we care about
2b6fa2618f76 [xemacs-hg @ 2002-05-28 08:44:22 by ben]
ben
parents: 826
diff changeset
4603 the return value; and we know that any loops
2b6fa2618f76 [xemacs-hg @ 2002-05-28 08:44:22 by ben]
ben
parents: 826
diff changeset
4604 will ultimately cause errors to be issued.
2b6fa2618f76 [xemacs-hg @ 2002-05-28 08:44:22 by ben]
ben
parents: 826
diff changeset
4605 We specify a retval of 1 in that case so that
2b6fa2618f76 [xemacs-hg @ 2002-05-28 08:44:22 by ben]
ben
parents: 826
diff changeset
4606 the glyph code doesn't try to keep reoutputting
2b6fa2618f76 [xemacs-hg @ 2002-05-28 08:44:22 by ben]
ben
parents: 826
diff changeset
4607 a bad subwindow. */
2b6fa2618f76 [xemacs-hg @ 2002-05-28 08:44:22 by ben]
ben
parents: 826
diff changeset
4608 INHIBIT_QUIT, 0, 1, IMAGE_INSTANCE_WIDGET_ITEMS (ii),
2b6fa2618f76 [xemacs-hg @ 2002-05-28 08:44:22 by ben]
ben
parents: 826
diff changeset
4609 IMAGE_INSTANCE_WIDGET_PENDING_ITEMS (ii), 0)
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4610 || !NILP (IMAGE_INSTANCE_LAYOUT_CHILDREN (ii))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4611 || IMAGE_INSTANCE_WIDGET_ACTION_OCCURRED (ii)))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4612 return 1;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4613 else
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4614 return 0;
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4615 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4616
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
4617 /* Update all the subwindows on a frame. */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4618 void
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4619 update_widget_instances (Lisp_Object frame)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4620 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4621 struct frame* f;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4622 Lisp_Object rest;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4623
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4624 /* Its possible for the preceding callback to have deleted the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4625 frame, so cope with this. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4626 if (!FRAMEP (frame) || !FRAME_LIVE_P (XFRAME (frame)))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4627 return;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4628
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4629 CHECK_FRAME (frame);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4630 f = XFRAME (frame);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4631
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4632 /* If we get called we know something has changed. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4633 LIST_LOOP (rest, XWEAK_LIST_LIST (FRAME_SUBWINDOW_CACHE (f)))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4634 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4635 Lisp_Object widget = XCAR (rest);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4636
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4637 if (XIMAGE_INSTANCE_SUBWINDOW_DISPLAYEDP (widget)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4638 &&
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4639 image_instance_changed (widget))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4640 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4641 set_image_instance_dirty_p (widget, 1);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4642 MARK_FRAME_GLYPHS_CHANGED (f);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4643 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4644 }
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4645 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4646
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4647 /* remove a subwindow from its frame */
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4648 void
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4649 unmap_subwindow (Lisp_Object subwindow)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4650 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4651 Lisp_Image_Instance* ii = XIMAGE_INSTANCE (subwindow);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4652 struct frame* f;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4653
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4654 ERROR_CHECK_IMAGE_INSTANCE (subwindow);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4655
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4656 if (!image_instance_type_to_mask (IMAGE_INSTANCE_TYPE (ii))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4657 & (IMAGE_WIDGET_MASK | IMAGE_SUBWINDOW_MASK)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4658 ||
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4659 !IMAGE_INSTANCE_SUBWINDOW_DISPLAYEDP (ii))
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4660 return;
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4661
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4662 #ifdef DEBUG_WIDGETS
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4663 stderr_out ("unmapping subwindow %p\n", IMAGE_INSTANCE_SUBWINDOW_ID (ii));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4664 #endif
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4665 f = XFRAME (IMAGE_INSTANCE_FRAME (ii));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4666
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4667 /* make sure we don't get expose events */
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4668 register_ignored_expose (f, IMAGE_INSTANCE_DISPLAY_X (ii),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4669 IMAGE_INSTANCE_DISPLAY_Y (ii),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4670 IMAGE_INSTANCE_DISPLAY_WIDTH (ii),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4671 IMAGE_INSTANCE_DISPLAY_HEIGHT (ii));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4672 IMAGE_INSTANCE_SUBWINDOW_DISPLAYEDP (ii) = 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4673
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4674 MAYBE_DEVMETH (XDEVICE (IMAGE_INSTANCE_DEVICE (ii)),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4675 unmap_subwindow, (ii));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4676 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4677
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4678 /* show a subwindow in its frame */
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4679 void
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4680 map_subwindow (Lisp_Object subwindow, int x, int y,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4681 struct display_glyph_area *dga)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4682 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4683 Lisp_Image_Instance* ii = XIMAGE_INSTANCE (subwindow);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4684 struct frame* f;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4685
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4686 ERROR_CHECK_IMAGE_INSTANCE (subwindow);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4687
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4688 if (!image_instance_type_to_mask (IMAGE_INSTANCE_TYPE (ii))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4689 & (IMAGE_WIDGET_MASK | IMAGE_SUBWINDOW_MASK))
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4690 return;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4691
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4692 #ifdef DEBUG_WIDGETS
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4693 stderr_out ("mapping subwindow %p, %dx%d@%d+%d\n",
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4694 IMAGE_INSTANCE_SUBWINDOW_ID (ii),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4695 dga->width, dga->height, x, y);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4696 #endif
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4697 f = XFRAME (IMAGE_INSTANCE_FRAME (ii));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4698 IMAGE_INSTANCE_DISPLAY_X (ii) = x;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4699 IMAGE_INSTANCE_DISPLAY_Y (ii) = y;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4700 IMAGE_INSTANCE_DISPLAY_WIDTH (ii) = dga->width;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4701 IMAGE_INSTANCE_DISPLAY_HEIGHT (ii) = dga->height;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4702
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4703 MAYBE_DEVMETH (DOMAIN_XDEVICE (ii->domain),
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4704 map_subwindow, (ii, x, y, dga));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4705 IMAGE_INSTANCE_SUBWINDOW_DISPLAYEDP (ii) = 1;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4706 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4707
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4708 static int
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4709 subwindow_possible_dest_types (void)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4710 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4711 return IMAGE_SUBWINDOW_MASK;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4712 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4713
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4714 int
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4715 subwindow_governing_domain (void)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4716 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4717 return GOVERNING_DOMAIN_WINDOW;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4718 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4719
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4720 /* Partially instantiate a subwindow. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4721 void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4722 subwindow_instantiate (Lisp_Object image_instance, Lisp_Object instantiator,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4723 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4724 int dest_mask, Lisp_Object domain)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4725 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4726 Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4727 Lisp_Object device = image_instance_device (image_instance);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4728 Lisp_Object frame = DOMAIN_FRAME (domain);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4729 Lisp_Object width = find_keyword_in_vector (instantiator, Q_pixel_width);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4730 Lisp_Object height = find_keyword_in_vector (instantiator, Q_pixel_height);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4731
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4732 if (NILP (frame))
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
4733 invalid_state ("No selected frame", device);
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4734
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4735 if (!(dest_mask & IMAGE_SUBWINDOW_MASK))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4736 incompatible_image_types (instantiator, dest_mask, IMAGE_SUBWINDOW_MASK);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4737
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4738 ii->data = 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4739 IMAGE_INSTANCE_SUBWINDOW_ID (ii) = 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4740 IMAGE_INSTANCE_SUBWINDOW_DISPLAYEDP (ii) = 0;
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4741
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4742 if (INTP (width))
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4743 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4744 int w = 1;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4745 if (XINT (width) > 1)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4746 w = XINT (width);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4747 IMAGE_INSTANCE_WIDTH (ii) = w;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4748 IMAGE_INSTANCE_SUBWINDOW_H_RESIZEP (ii) = 0;
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4749 }
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4750
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4751 if (INTP (height))
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4752 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4753 int h = 1;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4754 if (XINT (height) > 1)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4755 h = XINT (height);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4756 IMAGE_INSTANCE_HEIGHT (ii) = h;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4757 IMAGE_INSTANCE_SUBWINDOW_V_RESIZEP (ii) = 0;
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4758 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4759 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4760
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4761 /* This is just a backup in case no-one has assigned a suitable geometry.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4762 #### It should really query the enclose window for geometry. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4763 static void
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4764 subwindow_query_geometry (Lisp_Object image_instance, int* width,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4765 int* height, enum image_instance_geometry disp,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4766 Lisp_Object domain)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4767 {
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4768 if (width) *width = 20;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4769 if (height) *height = 20;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4770 }
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4771
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4772 DEFUN ("subwindowp", Fsubwindowp, 1, 1, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4773 Return non-nil if OBJECT is a subwindow.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4774 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4775 (object))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4776 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4777 CHECK_IMAGE_INSTANCE (object);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4778 return (XIMAGE_INSTANCE_TYPE (object) == IMAGE_SUBWINDOW) ? Qt : Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4779 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4780
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4781 DEFUN ("image-instance-subwindow-id", Fimage_instance_subwindow_id, 1, 1, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4782 Return the window id of SUBWINDOW as a number.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4783 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4784 (subwindow))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4785 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4786 CHECK_SUBWINDOW_IMAGE_INSTANCE (subwindow);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4787 return make_int ((EMACS_INT) XIMAGE_INSTANCE_SUBWINDOW_ID (subwindow));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4788 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4789
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4790 DEFUN ("resize-subwindow", Fresize_subwindow, 1, 3, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4791 Resize SUBWINDOW to WIDTH x HEIGHT.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4792 If a value is nil that parameter is not changed.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4793 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4794 (subwindow, width, height))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4795 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4796 int neww, newh;
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4797 Lisp_Image_Instance* ii;
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4798
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4799 CHECK_SUBWINDOW_IMAGE_INSTANCE (subwindow);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4800 ii = XIMAGE_INSTANCE (subwindow);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4801
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4802 if (NILP (width))
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4803 neww = IMAGE_INSTANCE_WIDTH (ii);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4804 else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4805 neww = XINT (width);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4806
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4807 if (NILP (height))
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4808 newh = IMAGE_INSTANCE_HEIGHT (ii);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4809 else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4810 newh = XINT (height);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4811
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4812 /* The actual resizing gets done asynchronously by
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
4813 update_subwindow. */
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4814 IMAGE_INSTANCE_HEIGHT (ii) = newh;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4815 IMAGE_INSTANCE_WIDTH (ii) = neww;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4816 IMAGE_INSTANCE_SIZE_CHANGED (ii) = 1;
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4817
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4818 return subwindow;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4819 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4820
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4821 DEFUN ("force-subwindow-map", Fforce_subwindow_map, 1, 1, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4822 Generate a Map event for SUBWINDOW.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4823 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4824 (subwindow))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4825 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4826 CHECK_SUBWINDOW_IMAGE_INSTANCE (subwindow);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4827 #if 0
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4828 map_subwindow (subwindow, 0, 0);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4829 #endif
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4830 return subwindow;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4831 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4832
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4833
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4834 /*****************************************************************************
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4835 * display tables *
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4836 *****************************************************************************/
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4837
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4838 /* Get the display tables for use currently on window W with face
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4839 FACE. #### This will have to be redone. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4840
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4841 void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4842 get_display_tables (struct window *w, face_index findex,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4843 Lisp_Object *face_table, Lisp_Object *window_table)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4844 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4845 Lisp_Object tem;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4846 tem = WINDOW_FACE_CACHEL_DISPLAY_TABLE (w, findex);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4847 if (UNBOUNDP (tem))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4848 tem = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4849 if (!LISTP (tem))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4850 tem = noseeum_cons (tem, Qnil);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4851 *face_table = tem;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4852 tem = w->display_table;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4853 if (UNBOUNDP (tem))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4854 tem = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4855 if (!LISTP (tem))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4856 tem = noseeum_cons (tem, Qnil);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4857 *window_table = tem;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4858 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4859
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4860 Lisp_Object
867
804517e16990 [xemacs-hg @ 2002-06-05 09:54:39 by ben]
ben
parents: 853
diff changeset
4861 display_table_entry (Ichar ch, Lisp_Object face_table,
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4862 Lisp_Object window_table)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4863 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4864 Lisp_Object tail;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4865
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4866 /* Loop over FACE_TABLE, and then over WINDOW_TABLE. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4867 for (tail = face_table; 1; tail = XCDR (tail))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4868 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4869 Lisp_Object table;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4870 if (NILP (tail))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4871 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4872 if (!NILP (window_table))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4873 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4874 tail = window_table;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4875 window_table = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4876 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4877 else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4878 return Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4879 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4880 table = XCAR (tail);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4881
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4882 if (VECTORP (table))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4883 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4884 if (ch < XVECTOR_LENGTH (table) && !NILP (XVECTOR_DATA (table)[ch]))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4885 return XVECTOR_DATA (table)[ch];
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4886 else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4887 continue;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4888 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4889 else if (CHAR_TABLEP (table)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4890 && XCHAR_TABLE_TYPE (table) == CHAR_TABLE_TYPE_CHAR)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4891 {
826
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 801
diff changeset
4892 return get_char_table (ch, table);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4893 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4894 else if (CHAR_TABLEP (table)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4895 && XCHAR_TABLE_TYPE (table) == CHAR_TABLE_TYPE_GENERIC)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4896 {
826
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 801
diff changeset
4897 Lisp_Object gotit = get_char_table (ch, table);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4898 if (!NILP (gotit))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4899 return gotit;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4900 else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4901 continue;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4902 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4903 else if (RANGE_TABLEP (table))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4904 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4905 Lisp_Object gotit = Fget_range_table (make_char (ch), table, Qnil);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4906 if (!NILP (gotit))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4907 return gotit;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4908 else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4909 continue;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4910 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4911 else
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4912 abort ();
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4913 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4914 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4915
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4916 /****************************************************************************
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4917 * timeouts for animated glyphs *
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4918 ****************************************************************************/
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4919 static Lisp_Object Qglyph_animated_timeout_handler;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4920
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4921 DEFUN ("glyph-animated-timeout-handler", Fglyph_animated_timeout_handler, 1, 1, 0, /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4922 Callback function for updating animated images.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4923 Don't use this.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4924 */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4925 (arg))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4926 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4927 CHECK_WEAK_LIST (arg);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4928
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4929 if (!NILP (XWEAK_LIST_LIST (arg)) && !NILP (XCAR (XWEAK_LIST_LIST (arg))))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4930 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4931 Lisp_Object value = XCAR (XWEAK_LIST_LIST (arg));
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4932
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4933 if (IMAGE_INSTANCEP (value))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4934 {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4935 Lisp_Image_Instance* ii = XIMAGE_INSTANCE (value);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4936
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4937 if (COLOR_PIXMAP_IMAGE_INSTANCEP (value)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4938 &&
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4939 IMAGE_INSTANCE_PIXMAP_MAXSLICE (ii) > 1
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4940 &&
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4941 !disable_animated_pixmaps)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4942 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4943 /* Increment the index of the image slice we are currently
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4944 viewing. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4945 IMAGE_INSTANCE_PIXMAP_SLICE (ii) =
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4946 (IMAGE_INSTANCE_PIXMAP_SLICE (ii) + 1)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4947 % IMAGE_INSTANCE_PIXMAP_MAXSLICE (ii);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4948 /* We might need to kick redisplay at this point - but we
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4949 also might not. */
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
4950 MARK_DEVICE_FRAMES_GLYPHS_CHANGED
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4951 (XDEVICE (image_instance_device (value)));
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4952 /* Cascade dirtiness so that we can have an animated glyph in a layout
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4953 for instance. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4954 set_image_instance_dirty_p (value, 1);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4955 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4956 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4957 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4958 return Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4959 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4960
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4961 Lisp_Object
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4962 add_glyph_animated_timeout (EMACS_INT tickms, Lisp_Object image)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4963 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4964 Lisp_Object ret = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4965
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4966 if (tickms > 0 && IMAGE_INSTANCEP (image))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4967 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4968 double ms = ((double)tickms) / 1000.0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4969 struct gcpro gcpro1;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4970 Lisp_Object holder = make_weak_list (WEAK_LIST_SIMPLE);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4971
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4972 GCPRO1 (holder);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4973 XWEAK_LIST_LIST (holder) = Fcons (image, Qnil);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4974
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4975 ret = Fadd_timeout (make_float (ms),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4976 Qglyph_animated_timeout_handler,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4977 holder, make_float (ms));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4978
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4979 UNGCPRO;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4980 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4981 return ret;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4982 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4983
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4984 void
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4985 disable_glyph_animated_timeout (int i)
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4986 {
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 771
diff changeset
4987 Fdisable_timeout (make_int (i));
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4988 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4989
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4990
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4991 /*****************************************************************************
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4992 * initialization *
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4993 *****************************************************************************/
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4994
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4995 void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4996 syms_of_glyphs (void)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4997 {
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4998 INIT_LRECORD_IMPLEMENTATION (glyph);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4999 INIT_LRECORD_IMPLEMENTATION (image_instance);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5000
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5001 /* image instantiators */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5002
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5003 DEFSUBR (Fimage_instantiator_format_list);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5004 DEFSUBR (Fvalid_image_instantiator_format_p);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5005 DEFSUBR (Fset_console_type_image_conversion_list);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5006 DEFSUBR (Fconsole_type_image_conversion_list);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5007
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5008 DEFKEYWORD (Q_file);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5009 DEFKEYWORD (Q_data);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5010 DEFKEYWORD (Q_face);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5011 DEFKEYWORD (Q_pixel_height);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5012 DEFKEYWORD (Q_pixel_width);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5013
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5014 #ifdef HAVE_XPM
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5015 DEFKEYWORD (Q_color_symbols);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5016 #endif
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5017 #ifdef HAVE_WINDOW_SYSTEM
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5018 DEFKEYWORD (Q_mask_file);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5019 DEFKEYWORD (Q_mask_data);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5020 DEFKEYWORD (Q_hotspot_x);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5021 DEFKEYWORD (Q_hotspot_y);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5022 DEFKEYWORD (Q_foreground);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5023 DEFKEYWORD (Q_background);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5024 #endif
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5025 /* image specifiers */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5026
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5027 DEFSUBR (Fimage_specifier_p);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5028 /* Qimage in general.c */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5029
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5030 /* image instances */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5031
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
5032 DEFSYMBOL_MULTIWORD_PREDICATE (Qimage_instancep);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5033
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5034 DEFSYMBOL (Qnothing_image_instance_p);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5035 DEFSYMBOL (Qtext_image_instance_p);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5036 DEFSYMBOL (Qmono_pixmap_image_instance_p);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5037 DEFSYMBOL (Qcolor_pixmap_image_instance_p);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5038 DEFSYMBOL (Qpointer_image_instance_p);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5039 DEFSYMBOL (Qwidget_image_instance_p);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5040 DEFSYMBOL (Qsubwindow_image_instance_p);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5041
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5042 DEFSUBR (Fmake_image_instance);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5043 DEFSUBR (Fimage_instance_p);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5044 DEFSUBR (Fimage_instance_type);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5045 DEFSUBR (Fvalid_image_instance_type_p);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5046 DEFSUBR (Fimage_instance_type_list);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5047 DEFSUBR (Fimage_instance_name);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5048 DEFSUBR (Fimage_instance_domain);
872
79c6ff3eef26 [xemacs-hg @ 2002-06-20 21:18:01 by ben]
ben
parents: 867
diff changeset
5049 DEFSUBR (Fimage_instance_instantiator);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5050 DEFSUBR (Fimage_instance_string);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5051 DEFSUBR (Fimage_instance_file_name);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5052 DEFSUBR (Fimage_instance_mask_file_name);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5053 DEFSUBR (Fimage_instance_depth);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5054 DEFSUBR (Fimage_instance_height);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5055 DEFSUBR (Fimage_instance_width);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5056 DEFSUBR (Fimage_instance_hotspot_x);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5057 DEFSUBR (Fimage_instance_hotspot_y);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5058 DEFSUBR (Fimage_instance_foreground);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5059 DEFSUBR (Fimage_instance_background);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5060 DEFSUBR (Fimage_instance_property);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5061 DEFSUBR (Fcolorize_image_instance);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5062 /* subwindows */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5063 DEFSUBR (Fsubwindowp);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5064 DEFSUBR (Fimage_instance_subwindow_id);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5065 DEFSUBR (Fresize_subwindow);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5066 DEFSUBR (Fforce_subwindow_map);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5067
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5068 /* Qnothing defined as part of the "nothing" image-instantiator
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5069 type. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5070 /* Qtext defined in general.c */
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5071 DEFSYMBOL (Qmono_pixmap);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5072 DEFSYMBOL (Qcolor_pixmap);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5073 /* Qpointer defined in general.c */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5074
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5075 /* glyphs */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5076
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5077 DEFSYMBOL (Qglyphp);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5078 DEFSYMBOL (Qcontrib_p);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5079 DEFSYMBOL (Qbaseline);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5080
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5081 DEFSYMBOL (Qbuffer_glyph_p);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5082 DEFSYMBOL (Qpointer_glyph_p);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5083 DEFSYMBOL (Qicon_glyph_p);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5084
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5085 DEFSYMBOL (Qconst_glyph_variable);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5086
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5087 DEFSUBR (Fglyph_type);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5088 DEFSUBR (Fvalid_glyph_type_p);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5089 DEFSUBR (Fglyph_type_list);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5090 DEFSUBR (Fglyphp);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5091 DEFSUBR (Fmake_glyph_internal);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5092 DEFSUBR (Fglyph_width);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5093 DEFSUBR (Fglyph_ascent);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5094 DEFSUBR (Fglyph_descent);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5095 DEFSUBR (Fglyph_height);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5096 DEFSUBR (Fset_instantiator_property);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5097
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5098 /* Qbuffer defined in general.c. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5099 /* Qpointer defined above */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5100
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5101 /* Unfortunately, timeout handlers must be lisp functions. This is
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5102 for animated glyphs. */
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5103 DEFSYMBOL (Qglyph_animated_timeout_handler);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5104 DEFSUBR (Fglyph_animated_timeout_handler);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5105
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5106 /* Errors */
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
5107 DEFERROR_STANDARD (Qimage_conversion_error, Qconversion_error);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5108 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5109
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5110 static const struct lrecord_description image_specifier_description[] = {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5111 { XD_LISP_OBJECT, specifier_data_offset + offsetof (struct image_specifier, attachee) },
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5112 { XD_LISP_OBJECT, specifier_data_offset + offsetof (struct image_specifier, attachee_property) },
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5113 { XD_END }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5114 };
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5115
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5116 void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5117 specifier_type_create_image (void)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5118 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5119 /* image specifiers */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5120
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5121 INITIALIZE_SPECIFIER_TYPE_WITH_DATA (image, "image", "imagep");
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5122
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5123 SPECIFIER_HAS_METHOD (image, create);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5124 SPECIFIER_HAS_METHOD (image, mark);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5125 SPECIFIER_HAS_METHOD (image, instantiate);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5126 SPECIFIER_HAS_METHOD (image, validate);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5127 SPECIFIER_HAS_METHOD (image, after_change);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5128 SPECIFIER_HAS_METHOD (image, going_to_add);
434
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 430
diff changeset
5129 SPECIFIER_HAS_METHOD (image, copy_instantiator);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5130 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5131
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5132 void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5133 reinit_specifier_type_create_image (void)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5134 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5135 REINITIALIZE_SPECIFIER_TYPE (image);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5136 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5137
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5138
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5139 static const struct lrecord_description iike_description_1[] = {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5140 { XD_LISP_OBJECT, offsetof (ii_keyword_entry, keyword) },
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5141 { XD_END }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5142 };
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5143
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5144 static const struct struct_description iike_description = {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5145 sizeof (ii_keyword_entry),
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5146 iike_description_1
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5147 };
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5148
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5149 static const struct lrecord_description iiked_description_1[] = {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5150 XD_DYNARR_DESC (ii_keyword_entry_dynarr, &iike_description),
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5151 { XD_END }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5152 };
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5153
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5154 static const struct struct_description iiked_description = {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5155 sizeof (ii_keyword_entry_dynarr),
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5156 iiked_description_1
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5157 };
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5158
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5159 static const struct lrecord_description iife_description_1[] = {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5160 { XD_LISP_OBJECT, offsetof (image_instantiator_format_entry, symbol) },
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5161 { XD_LISP_OBJECT, offsetof (image_instantiator_format_entry, device) },
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5162 { XD_STRUCT_PTR, offsetof (image_instantiator_format_entry, meths), 1, &iim_description },
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5163 { XD_END }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5164 };
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5165
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5166 static const struct struct_description iife_description = {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5167 sizeof (image_instantiator_format_entry),
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5168 iife_description_1
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5169 };
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5170
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5171 static const struct lrecord_description iifed_description_1[] = {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5172 XD_DYNARR_DESC (image_instantiator_format_entry_dynarr, &iife_description),
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5173 { XD_END }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5174 };
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5175
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5176 static const struct struct_description iifed_description = {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5177 sizeof (image_instantiator_format_entry_dynarr),
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5178 iifed_description_1
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5179 };
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5180
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5181 static const struct lrecord_description iim_description_1[] = {
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5182 { XD_LISP_OBJECT, offsetof (struct image_instantiator_methods, symbol) },
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5183 { XD_LISP_OBJECT, offsetof (struct image_instantiator_methods, device) },
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5184 { XD_STRUCT_PTR, offsetof (struct image_instantiator_methods, keywords), 1, &iiked_description },
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5185 { XD_STRUCT_PTR, offsetof (struct image_instantiator_methods, consoles), 1, &cted_description },
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5186 { XD_END }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5187 };
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5188
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5189 const struct struct_description iim_description = {
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5190 sizeof (struct image_instantiator_methods),
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5191 iim_description_1
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5192 };
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5193
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5194 void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5195 image_instantiator_format_create (void)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5196 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5197 /* image instantiators */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5198
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5199 the_image_instantiator_format_entry_dynarr =
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5200 Dynarr_new (image_instantiator_format_entry);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5201
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5202 Vimage_instantiator_format_list = Qnil;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5203 staticpro (&Vimage_instantiator_format_list);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5204
452
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5205 dump_add_root_struct_ptr (&the_image_instantiator_format_entry_dynarr, &iifed_description);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5206
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5207 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT (nothing, "nothing");
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5208
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5209 IIFORMAT_HAS_METHOD (nothing, possible_dest_types);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5210 IIFORMAT_HAS_METHOD (nothing, instantiate);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5211
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5212 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT (inherit, "inherit");
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5213
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5214 IIFORMAT_HAS_METHOD (inherit, validate);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5215 IIFORMAT_HAS_METHOD (inherit, normalize);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5216 IIFORMAT_HAS_METHOD (inherit, possible_dest_types);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5217 IIFORMAT_HAS_METHOD (inherit, instantiate);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5218
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5219 IIFORMAT_VALID_KEYWORD (inherit, Q_face, check_valid_face);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5220
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5221 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT (string, "string");
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5222
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5223 IIFORMAT_HAS_METHOD (string, validate);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5224 IIFORMAT_HAS_SHARED_METHOD (string, governing_domain, subwindow);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5225 IIFORMAT_HAS_METHOD (string, possible_dest_types);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5226 IIFORMAT_HAS_METHOD (string, instantiate);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5227
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5228 IIFORMAT_VALID_KEYWORD (string, Q_data, check_valid_string);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5229 /* Do this so we can set strings. */
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5230 /* #### Andy, what is this? This is a bogus format and should not be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5231 visible to the user. */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5232 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT (text, "text");
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5233 IIFORMAT_HAS_METHOD (text, update);
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
5234 IIFORMAT_HAS_METHOD (text, query_geometry);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5235
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5236 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT (formatted_string, "formatted-string");
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5237
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5238 IIFORMAT_HAS_METHOD (formatted_string, validate);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5239 IIFORMAT_HAS_METHOD (formatted_string, possible_dest_types);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5240 IIFORMAT_HAS_METHOD (formatted_string, instantiate);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5241 IIFORMAT_VALID_KEYWORD (formatted_string, Q_data, check_valid_string);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5242
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5243 /* Do this so pointers have geometry. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5244 /* #### Andy, what is this? This is a bogus format and should not be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5245 visible to the user. */
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5246 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT (pointer, "pointer");
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5247 IIFORMAT_HAS_SHARED_METHOD (pointer, query_geometry, subwindow);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5248
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5249 /* subwindows */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5250 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT (subwindow, "subwindow");
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5251 IIFORMAT_HAS_METHOD (subwindow, possible_dest_types);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5252 IIFORMAT_HAS_METHOD (subwindow, governing_domain);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5253 IIFORMAT_HAS_METHOD (subwindow, instantiate);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5254 IIFORMAT_HAS_METHOD (subwindow, query_geometry);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5255 IIFORMAT_VALID_KEYWORD (subwindow, Q_pixel_width, check_valid_int);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5256 IIFORMAT_VALID_KEYWORD (subwindow, Q_pixel_height, check_valid_int);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5257
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5258 #ifdef HAVE_WINDOW_SYSTEM
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5259 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT (xbm, "xbm");
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5260
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5261 IIFORMAT_HAS_METHOD (xbm, validate);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5262 IIFORMAT_HAS_METHOD (xbm, normalize);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5263 IIFORMAT_HAS_METHOD (xbm, possible_dest_types);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5264
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5265 IIFORMAT_VALID_KEYWORD (xbm, Q_data, check_valid_xbm_inline);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5266 IIFORMAT_VALID_KEYWORD (xbm, Q_file, check_valid_string);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5267 IIFORMAT_VALID_KEYWORD (xbm, Q_mask_data, check_valid_xbm_inline);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5268 IIFORMAT_VALID_KEYWORD (xbm, Q_mask_file, check_valid_string);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5269 IIFORMAT_VALID_KEYWORD (xbm, Q_hotspot_x, check_valid_int);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5270 IIFORMAT_VALID_KEYWORD (xbm, Q_hotspot_y, check_valid_int);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5271 IIFORMAT_VALID_KEYWORD (xbm, Q_foreground, check_valid_string);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5272 IIFORMAT_VALID_KEYWORD (xbm, Q_background, check_valid_string);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5273 #endif /* HAVE_WINDOW_SYSTEM */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5274
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5275 #ifdef HAVE_XFACE
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5276 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT (xface, "xface");
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5277
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5278 IIFORMAT_HAS_METHOD (xface, validate);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5279 IIFORMAT_HAS_METHOD (xface, normalize);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5280 IIFORMAT_HAS_METHOD (xface, possible_dest_types);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5281
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5282 IIFORMAT_VALID_KEYWORD (xface, Q_data, check_valid_string);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5283 IIFORMAT_VALID_KEYWORD (xface, Q_file, check_valid_string);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5284 IIFORMAT_VALID_KEYWORD (xface, Q_hotspot_x, check_valid_int);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5285 IIFORMAT_VALID_KEYWORD (xface, Q_hotspot_y, check_valid_int);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5286 IIFORMAT_VALID_KEYWORD (xface, Q_foreground, check_valid_string);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5287 IIFORMAT_VALID_KEYWORD (xface, Q_background, check_valid_string);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5288 #endif
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5289
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5290 #ifdef HAVE_XPM
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5291 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT (xpm, "xpm");
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5292
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5293 IIFORMAT_HAS_METHOD (xpm, validate);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5294 IIFORMAT_HAS_METHOD (xpm, normalize);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5295 IIFORMAT_HAS_METHOD (xpm, possible_dest_types);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5296
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5297 IIFORMAT_VALID_KEYWORD (xpm, Q_data, check_valid_string);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5298 IIFORMAT_VALID_KEYWORD (xpm, Q_file, check_valid_string);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5299 IIFORMAT_VALID_KEYWORD (xpm, Q_color_symbols, check_valid_xpm_color_symbols);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5300 #endif /* HAVE_XPM */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5301 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5302
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5303 void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5304 reinit_vars_of_glyphs (void)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5305 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5306 the_expose_ignore_blocktype =
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5307 Blocktype_new (struct expose_ignore_blocktype);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5308
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5309 hold_ignored_expose_registration = 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5310 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5311
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5312
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5313 void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5314 vars_of_glyphs (void)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5315 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5316 reinit_vars_of_glyphs ();
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5317
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5318 Vthe_nothing_vector = vector1 (Qnothing);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5319 staticpro (&Vthe_nothing_vector);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5320
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5321 /* image instances */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5322
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5323 Vimage_instance_type_list = Fcons (Qnothing,
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5324 list6 (Qtext, Qmono_pixmap, Qcolor_pixmap,
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5325 Qpointer, Qsubwindow, Qwidget));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5326 staticpro (&Vimage_instance_type_list);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5327
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5328 /* glyphs */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5329
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5330 Vglyph_type_list = list3 (Qbuffer, Qpointer, Qicon);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5331 staticpro (&Vglyph_type_list);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5332
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5333 /* The octal-escape glyph, control-arrow-glyph and
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5334 invisible-text-glyph are completely initialized in glyphs.el */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5335
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5336 DEFVAR_LISP ("octal-escape-glyph", &Voctal_escape_glyph /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5337 What to prefix character codes displayed in octal with.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5338 */);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5339 Voctal_escape_glyph = allocate_glyph (GLYPH_BUFFER, redisplay_glyph_changed);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5340
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5341 DEFVAR_LISP ("control-arrow-glyph", &Vcontrol_arrow_glyph /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5342 What to use as an arrow for control characters.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5343 */);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5344 Vcontrol_arrow_glyph = allocate_glyph (GLYPH_BUFFER,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5345 redisplay_glyph_changed);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5346
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5347 DEFVAR_LISP ("invisible-text-glyph", &Vinvisible_text_glyph /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5348 What to use to indicate the presence of invisible text.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5349 This is the glyph that is displayed when an ellipsis is called for
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5350 \(see `selective-display-ellipses' and `buffer-invisibility-spec').
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5351 Normally this is three dots ("...").
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5352 */);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5353 Vinvisible_text_glyph = allocate_glyph (GLYPH_BUFFER,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5354 redisplay_glyph_changed);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5355
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5356 /* Partially initialized in glyphs.el */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5357 DEFVAR_LISP ("hscroll-glyph", &Vhscroll_glyph /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5358 What to display at the beginning of horizontally scrolled lines.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5359 */);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5360 Vhscroll_glyph = allocate_glyph (GLYPH_BUFFER, redisplay_glyph_changed);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5361 #ifdef HAVE_WINDOW_SYSTEM
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5362 Fprovide (Qxbm);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5363 #endif
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5364 #ifdef HAVE_XPM
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5365 Fprovide (Qxpm);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5366
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5367 DEFVAR_LISP ("xpm-color-symbols", &Vxpm_color_symbols /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5368 Definitions of logical color-names used when reading XPM files.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5369 Elements of this list should be of the form (COLOR-NAME FORM-TO-EVALUATE).
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5370 The COLOR-NAME should be a string, which is the name of the color to define;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5371 the FORM should evaluate to a `color' specifier object, or a string to be
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5372 passed to `make-color-instance'. If a loaded XPM file references a symbolic
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5373 color called COLOR-NAME, it will display as the computed color instead.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5374
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5375 The default value of this variable defines the logical color names
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5376 \"foreground\" and \"background\" to be the colors of the `default' face.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5377 */ );
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5378 Vxpm_color_symbols = Qnil; /* initialized in x-faces.el */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5379 #endif /* HAVE_XPM */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5380 #ifdef HAVE_XFACE
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5381 Fprovide (Qxface);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5382 #endif
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5383
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5384 DEFVAR_BOOL ("disable-animated-pixmaps", &disable_animated_pixmaps /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5385 Whether animated pixmaps should be animated.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5386 Default is t.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5387 */);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5388 disable_animated_pixmaps = 0;
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5389 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5390
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5391 void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5392 specifier_vars_of_glyphs (void)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5393 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5394 /* #### Can we GC here? The set_specifier_* calls definitely need */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5395 /* protection. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5396 /* display tables */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5397
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5398 DEFVAR_SPECIFIER ("current-display-table", &Vcurrent_display_table /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5399 *The display table currently in use.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5400 This is a specifier; use `set-specifier' to change it.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5401
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5402 Display tables are used to control how characters are displayed. Each
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5403 time that redisplay processes a character, it is looked up in all the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5404 display tables that apply (obtained by calling `specifier-instance' on
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5405 `current-display-table' and any overriding display tables specified in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5406 currently active faces). The first entry found that matches the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5407 character determines how the character is displayed. If there is no
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5408 matching entry, the default display method is used. (Non-control
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5409 characters are displayed as themselves and control characters are
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5410 displayed according to the buffer-local variable `ctl-arrow'. Control
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5411 characters are further affected by `control-arrow-glyph' and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5412 `octal-escape-glyph'.)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5413
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5414 Each instantiator in this specifier and the display-table specifiers
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5415 in faces is a display table or a list of such tables. If a list, each
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5416 table will be searched in turn for an entry matching a particular
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5417 character. Each display table is one of
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5418
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5419 -- a vector, specifying values for characters starting at 0
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5420 -- a char table, either of type `char' or `generic'
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5421 -- a range table
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5422
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5423 Each entry in a display table should be one of
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5424
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5425 -- nil (this entry is ignored and the search continues)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5426 -- a character (use this character; if it happens to be the same as
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5427 the original character, default processing happens, otherwise
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5428 redisplay attempts to display this character directly;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5429 #### At some point recursive display-table lookup will be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5430 implemented.)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5431 -- a string (display each character in the string directly;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5432 #### At some point recursive display-table lookup will be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5433 implemented.)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5434 -- a glyph (display the glyph;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5435 #### At some point recursive display-table lookup will be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5436 implemented when a string glyph is being processed.)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5437 -- a cons of the form (format "STRING") where STRING is a printf-like
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5438 spec used to process the character. #### Unfortunately no
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5439 formatting directives other than %% are implemented.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5440 -- a vector (each element of the vector is processed recursively;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5441 in such a case, nil elements in the vector are simply ignored)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5443 #### At some point in the near future, display tables are likely to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5444 be expanded to include other features, such as referencing characters
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5445 in particular fonts and allowing the character search to continue
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5446 all the way up the chain of specifier instantiators. These features
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5447 are necessary to properly display Unicode characters.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5448 */ );
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5449 Vcurrent_display_table = Fmake_specifier (Qdisplay_table);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5450 set_specifier_fallback (Vcurrent_display_table,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5451 list1 (Fcons (Qnil, Qnil)));
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5452 set_specifier_caching (Vcurrent_display_table,
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 434
diff changeset
5453 offsetof (struct window, display_table),
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5454 some_window_value_changed,
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5455 0, 0, 0);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5456 }
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5457
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5458 void
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5459 complex_vars_of_glyphs (void)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5460 {
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5461 /* Partially initialized in glyphs-x.c, glyphs.el */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5462 DEFVAR_LISP ("truncation-glyph", &Vtruncation_glyph /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5463 What to display at the end of truncated lines.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5464 */ );
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5465 Vtruncation_glyph = allocate_glyph (GLYPH_BUFFER, redisplay_glyph_changed);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5466
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5467 /* Partially initialized in glyphs-x.c, glyphs.el */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5468 DEFVAR_LISP ("continuation-glyph", &Vcontinuation_glyph /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5469 What to display at the end of wrapped lines.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5470 */ );
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5471 Vcontinuation_glyph = allocate_glyph (GLYPH_BUFFER, redisplay_glyph_changed);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5472
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5473 /* Partially initialized in glyphs-x.c, glyphs.el */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5474 DEFVAR_LISP ("xemacs-logo", &Vxemacs_logo /*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5475 The glyph used to display the XEmacs logo at startup.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5476 */ );
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5477 Vxemacs_logo = allocate_glyph (GLYPH_BUFFER, 0);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5478 }