chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e898557
)
Added definition of type native-window
author
espen
<espen>
Sun, 26 Feb 2006 23:47:50 +0000
(23:47 +0000)
committer
espen
<espen>
Sun, 26 Feb 2006 23:47:50 +0000
(23:47 +0000)
gdk/gdktypes.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gdk/gdktypes.lisp
b/gdk/gdktypes.lisp
index bcd5ed7e77ba00419db21ac83f7c964cc60f3634..84383a5c1e00c81a56b23a20750bb907a1bbb475 100644
(file)
--- 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.
;; 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.2
1 2006-01-30 15:40:16
espen Exp $
+;; $Id: gdktypes.lisp,v 1.2
2 2006-02-26 23:47:50
espen Exp $
(in-package "GDK")
(in-package "GDK")
@@
-274,3
+274,5
@@
(define-flags-type modifier-type
:shift :lock :control :mod1 :mod2 :mod3 :mod4 :mod5
:button1 :button2 :button3 :button4 :button5
(:release #.(ash 1 30)))
:shift :lock :control :mod1 :mod2 :mod3 :mod4 :mod5
:button1 :button2 :button3 :button4 :button5
(:release #.(ash 1 30)))
+
+(deftype native-window () '(unsigned 32))