| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: configuration
Returns (or sets with setf) whether open-pixmap-handle
will actually create a pixmap handle in configuration. The current
configuration is the value of (configuration
*system*)
(see configuration and *system*
).
The value t means that open-pixmap-handle will in fact
create a pixmap handle when it should as documented under open-pixmap-handle. If
set to nil
, then open-pixmap-handle will never
create a pixmap handle. use-pixmap-handles is a property of
the configuration
class.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |