From: espen Date: Sun, 26 Feb 2006 23:47:50 +0000 (+0000) Subject: Added definition of type native-window X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/4b2733dcc4042e3d3ca108df5486a72065520116 Added definition of type native-window --- diff --git a/gdk/gdktypes.lisp b/gdk/gdktypes.lisp index bcd5ed7..84383a5 100644 --- a/gdk/gdktypes.lisp +++ b/gdk/gdktypes.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: gdktypes.lisp,v 1.21 2006-01-30 15:40:16 espen Exp $ +;; $Id: gdktypes.lisp,v 1.22 2006-02-26 23:47:50 espen Exp $ (in-package "GDK") @@ -274,3 +274,5 @@ :shift :lock :control :mod1 :mod2 :mod3 :mod4 :mod5 :button1 :button2 :button3 :button4 :button5 (:release #.(ash 1 30))) + +(deftype native-window () '(unsigned 32))