fix typo
[cl-gtk2.git] / gdk / gdk.package.lisp
1 (defpackage :gdk
2   (:use :cl :gobject :cffi)
3   (:export #:gdk-window-events
4            #:gdk-gc-set-rgb-fg-color
5            #:gdk-drawable-get-size
6            #:gdk-draw-line
7            #:gdk-gc-new
8            #:drawable-get-size
9            #:gdk-draw-layout
10            ))
11
12 (in-package :gdk)
13
14 (load-foreign-library "libgdk-x11-2.0.so")