summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2005-01-06 16:37:30 +0000
committerBenjamin Otte <otte@gnome.org>2005-01-06 16:37:30 +0000
commit8a64fd92cc5f28109dbb18f39aaf75c411bbc60d (patch)
treee94a2571ac31fb45964a097c7ca0ef8c582d1d78
parent1f647813d08737e9d969ac34ee7db3f483a1c0a4 (diff)
gst/games/gstpuzzle.c: fix edges when image sizes aren't multiples of tile sizes
Original commit message from CVS: * gst/games/gstpuzzle.c: (draw_puzzle): fix edges when image sizes aren't multiples of tile sizes
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6391b170..4dc65abc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-01-06 Benjamin Otte <otte@gnome.org>
+ * gst/games/gstpuzzle.c: (draw_puzzle):
+ fix edges when image sizes aren't multiples of tile sizes
+
+2005-01-06 Benjamin Otte <otte@gnome.org>
+
* gst/games/gstpuzzle.c: (gst_puzzle_base_init):
make RGB endianness work correctly
(gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):