gst/games/gstpuzzle.c: fix edges when image sizes aren't multiples of tile sizes
authorBenjamin Otte <otte@gnome.org>
Thu, 6 Jan 2005 16:37:30 +0000 (16:37 +0000)
committerBenjamin Otte <otte@gnome.org>
Thu, 6 Jan 2005 16:37:30 +0000 (16:37 +0000)
Original commit message from CVS:
* gst/games/gstpuzzle.c: (draw_puzzle):
fix edges when image sizes aren't multiples of tile sizes

ChangeLog

index 6391b17..4dc65ab 100644 (file)
--- 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):