comparison src/image.c @ 54427:5636e8542b77

(Qcenter): Move to xdisp.c.
author Kim F. Storm <storm@cua.dk>
date Fri, 19 Mar 2004 00:42:37 +0000
parents 138155b7215e
children 38cb79e68369
comparison
equal deleted inserted replaced
54426:f3bbed2e1849 54427:5636e8542b77
604 604
605 /* Keywords. */ 605 /* Keywords. */
606 606
607 extern Lisp_Object QCwidth, QCheight, QCforeground, QCbackground, QCfile; 607 extern Lisp_Object QCwidth, QCheight, QCforeground, QCbackground, QCfile;
608 extern Lisp_Object QCdata, QCtype; 608 extern Lisp_Object QCdata, QCtype;
609 extern Lisp_Object Qcenter;
609 Lisp_Object QCascent, QCmargin, QCrelief; 610 Lisp_Object QCascent, QCmargin, QCrelief;
610 Lisp_Object QCconversion, QCcolor_symbols, QCheuristic_mask; 611 Lisp_Object QCconversion, QCcolor_symbols, QCheuristic_mask;
611 Lisp_Object QCindex, QCmatrix, QCcolor_adjustment, QCmask; 612 Lisp_Object QCindex, QCmatrix, QCcolor_adjustment, QCmask;
612 613
613 /* Other symbols. */ 614 /* Other symbols. */
614 615
615 Lisp_Object Qlaplace, Qemboss, Qedge_detection, Qheuristic; 616 Lisp_Object Qlaplace, Qemboss, Qedge_detection, Qheuristic;
616 Lisp_Object Qcenter;
617 617
618 /* Time in seconds after which images should be removed from the cache 618 /* Time in seconds after which images should be removed from the cache
619 if not displayed. */ 619 if not displayed. */
620 620
621 Lisp_Object Vimage_cache_eviction_delay; 621 Lisp_Object Vimage_cache_eviction_delay;
7398 staticpro (&Qemboss); 7398 staticpro (&Qemboss);
7399 Qedge_detection = intern ("edge-detection"); 7399 Qedge_detection = intern ("edge-detection");
7400 staticpro (&Qedge_detection); 7400 staticpro (&Qedge_detection);
7401 Qheuristic = intern ("heuristic"); 7401 Qheuristic = intern ("heuristic");
7402 staticpro (&Qheuristic); 7402 staticpro (&Qheuristic);
7403 Qcenter = intern ("center");
7404 staticpro (&Qcenter);
7405 7403
7406 Qpostscript = intern ("postscript"); 7404 Qpostscript = intern ("postscript");
7407 staticpro (&Qpostscript); 7405 staticpro (&Qpostscript);
7408 #ifdef HAVE_GHOSTSCRIPT 7406 #ifdef HAVE_GHOSTSCRIPT
7409 QCloader = intern (":loader"); 7407 QCloader = intern (":loader");