From 1531a6902ff493adce1d2fe29dfcddcfa9de0ef0 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 10 Apr 2002 01:21:36 +0000 Subject: *** no comment *** --- chess-images.el | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'chess-images.el') diff --git a/chess-images.el b/chess-images.el index 6a202d5..3c7bae0 100644 --- a/chess-images.el +++ b/chess-images.el @@ -280,14 +280,8 @@ Common modes are: (setq chess-images-size (car sizes) chess-images-cache nil sizes nil) - (chess-images-draw) - (if chess-images-separate-frame - (let* ((size (float (+ (* (or chess-images-border-width 0) 8) - (* chess-images-size 8)))) - (max-char-height (ceiling (/ size (frame-char-height)))) - (max-char-width (ceiling (/ size (frame-char-width))))) - (set-frame-size (selected-frame) max-char-width - (+ max-char-height 2))))) + ;; jww (2002-04-09): need to create a new frame here! + (chess-display-update nil)) (setq sizes (cdr sizes)))))) (defun chess-images-increase-size () -- cgit v1.2.3