(shadow 'char-width) (use-package :xlib) (defparameter *mods* '(:mod-1)) (defparameter *move* 1) (defparameter *resize* 3) (defparameter *lower* 4) (defparameter *raise* 5) (defparameter *display* nil) ; set this to an integer to do testing with xnest
(defun open-default-display (&optional display-name) "Open a connection to DISPLAY-NAME if supplied, or to the appropriate default display as given by GET-DEFAULT-DISPLAY otherwise.
OPEN-DISPLAY-NAME always attempts to do display authorization. The hostname is resolved to an address, then authorization data for the (protocol, host-address, displaynumber) triple is looked up in the file given by AUTHORITY_PATHNAME (typically $HOME/.Xauthority). If the protocol is :local, or if the hostname resolves to the local host, authority data for the local machine's actual hostname - as returned by gethostname(3) - is used instead." (destructuring-bind (host display screen protocol) (get-default-display display-name) (declare (ignore screen)) (open-display host :display display :protocol protocol)))
>>15 Expecting people who want the latest version to have a computer made in the last 10 years. Africans with donated i386 systems with 16MB's of memory can be content to run a few versions behind. There is no need to keep pulling all that baggage behind you.
Same with OpenSSL. They wanted to support every platform know to man and chimp, and they had to write their own malloc() wrapper to do it. Who cares if OpenSSL wouldn't compile under VS2005 or on VMS or whatever without stuff like that? Fuck 'em. Get with the fucking program and update your fucking compiler or system already. It is not their job to support every cheap faggot who wants to waste their time.