From 4aa1c73a2e77af7bcf1bd24837c9f07488068cdd Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 14 Apr 2002 22:11:09 +0000 Subject: *** no comment *** --- chess-images.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'chess-images.el') diff --git a/chess-images.el b/chess-images.el index d2e2256..96aa8eb 100644 --- a/chess-images.el +++ b/chess-images.el @@ -160,14 +160,17 @@ called." (when (display-graphic-p) (chess-images-initialize) (if chess-images-size - t + (current-buffer) (chess-message 'no-images-fallback) nil))) + ((eq event 'popup) (if chess-display-popup (funcall chess-images-popup-function))) + ((eq event 'draw) (apply 'chess-images-draw args)) + ((eq event 'highlight) (apply 'chess-images-highlight args)))) -- cgit v1.2.3