From a5a68177c2d476ebf92f3081474dc064186274cf Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Mon, 21 Sep 2009 19:54:25 +0200 Subject: [PATCH] smaller X11 frame to accomodate my netbook. Signed-off-by: AJ Rossini --- examples/plotting-data.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/plotting-data.lisp b/examples/plotting-data.lisp index a65b2d9..85951a3 100644 --- a/examples/plotting-data.lisp +++ b/examples/plotting-data.lisp @@ -1,6 +1,6 @@ ;;; -*- mode: lisp -*- -;;; Time-stamp: <2009-07-14 15:09:33 tony> +;;; Time-stamp: <2009-09-21 19:32:22 tony> ;;; Creation: <2009-03-12 17:14:56 tony> ;;; File: plotting-data.lisp ;;; Author: AJ Rossini @@ -95,7 +95,7 @@ ;;; EXAMPLE FOR DSC2009 - (defparameter *frame2* (as-frame (create-xlib-image-context 400 400) + (defparameter *frame2* (as-frame (create-xlib-image-context 300 300) :background-color +white+)) (bind ((#2A((f1 f2) (f3 f4)) -- 2.11.4.GIT