Skip to content

Commit

Permalink
0.92
Browse files Browse the repository at this point in the history
  • Loading branch information
dto committed Mar 25, 2013
1 parent 0fca259 commit ebc4f43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions blocky.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ formatted-string-height formatted-string-width get-color create-image
draw-image blocky edit define-prototype has-field *target* with-target
define-buffer set-field-options *user-joystick-profile*
field-option-value index-resource *default-joystick-profile*
joystick-profile visit find-project-path index-project
load-image-resource load-lisp-resource *executable* *screen-height*
cursor *screen-width* blockyp *nominal-screen-width*
joystick-profile visit find-project-path index-project image-height
image-width load-image-resource load-lisp-resource *executable*
*screen-height* cursor *screen-width* blockyp *nominal-screen-width*
*nominal-screen-height* *gl-screen-width* *gl-screen-height*
*message-function* dash holding-shift get-button-index
message-to-standard-output reset-message-function
Expand All @@ -83,7 +83,7 @@ draw-textured-rectangle default-project-directories
*colors* *buffer* make-directory-maybe load-user-init-file
*project-directories* resource-to-plist *osx* *linux* make-resource
make-object-resource make-event *blocks* bind-event-to-text-insertion
make-field-initializer clone make-field-initializer-body
make-field-initializer clone make-field-initializer-body
make-key-modifier-symbol make-key-string normalize-event make-keyword
make-object queue-head queue-max queue-count *sender*
field-reference-p null-next object-eq *x11-color-data* object-name
Expand Down
1 change: 0 additions & 1 deletion console.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -2429,7 +2429,6 @@ of the music."
*minibuffer* nil
*minibuffer-open-p* nil
*message-hook* nil
*window-title* "Blocky"
*updates* 0
*resizable* t
*random-state* (make-random-state t))
Expand Down

0 comments on commit ebc4f43

Please sign in to comment.