Update of /project/eclipse/cvsroot/eclipse In directory common-lisp.net:/tmp/cvs-serv16435
Modified Files: input.lisp Log Message: use (setf xlib:window-priority) instead of (setf window-priority) when changing the stacking order of a box-button.
Date: Sun Oct 12 17:59:18 2003 Author: ihatchondo
Index: eclipse/input.lisp diff -u eclipse/input.lisp:1.19 eclipse/input.lisp:1.20 --- eclipse/input.lisp:1.19 Thu Oct 9 07:38:18 2003 +++ eclipse/input.lisp Sun Oct 12 17:59:17 2003 @@ -1,5 +1,5 @@ ;;; -*- Mode: Lisp; Package: ECLIPSE-INTERNALS -*- -;;; $Id: input.lisp,v 1.19 2003/10/09 11:38:18 ihatchondo Exp $ +;;; $Id: input.lisp,v 1.20 2003/10/12 21:59:17 ihatchondo Exp $ ;;; ;;; ECLIPSE. The Common Lisp Window Manager. ;;; Copyright (C) 2000, 2001, 2002 Iban HATCHONDO @@ -478,4 +478,4 @@ ;;; Events for Message Box
(defmethod event-process ((event visibility-notify) (box box-button)) - (setf (window-priority (widget-window box)) :above)) \ No newline at end of file + (setf (xlib:window-priority (widget-window box)) :above)) \ No newline at end of file