diff options
author | Sven de Marothy <sven@physto.se> | 2006-06-13 15:59:35 +0000 |
---|---|---|
committer | Sven de Marothy <sven@physto.se> | 2006-06-13 15:59:35 +0000 |
commit | ff36cb1fc8262b796f3fdc0a0b1289e3a95d4865 (patch) | |
tree | 525eadef84d877256ef196f2338d1bd503ca4c92 /ChangeLog | |
parent | 51e8aa7f668ba9acf32d79bc16635bcb105cc295 (diff) | |
download | classpath-ff36cb1fc8262b796f3fdc0a0b1289e3a95d4865.tar.gz |
2006-06-13 Sven de Marothy <sven@physto.se>
* gnu/java/awt/peer/gtk/CairoSurface.java
* native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoSurface.c
(create): Use stride in ints.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-06-13 Sven de Marothy <sven@physto.se> + + * gnu/java/awt/peer/gtk/CairoSurface.java + * native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoSurface.c + (create): Use stride in ints. + 2006-06-13 Keith Seitz <keiths@redhat.com> From Kyle Galloway <kgallowa@redhat.com>: |