diff lisp/play/bubbles.el @ 95841:b4e36ff621b3

Add some compiler declarations, for builds without X.
author Glenn Morris <rgm@gnu.org>
date Thu, 12 Jun 2008 03:56:20 +0000
parents 949bd6ad1ba4
children ce09add00a57
line wrap: on
line diff
--- a/lisp/play/bubbles.el	Thu Jun 12 03:54:06 2008 +0000
+++ b/lisp/play/bubbles.el	Thu Jun 12 03:56:20 2008 +0000
@@ -950,6 +950,8 @@
   (message "bubbles-quit")
   (bury-buffer))
 
+(declare-function image-size "image.c" (spec &optional pixels frame))
+
 (defun bubbles--compute-offsets ()
   "Update horizontal and vertical offsets for centering the bubbles grid.
 Set `bubbles--col-offset' and `bubbles--row-offset'."