cogl-texture: Fix manual repeating for negative coordinates
authorNeil Roberts <neil@linux.intel.com>
Mon, 11 Jan 2010 16:23:38 +0000 (16:23 +0000)
committerNeil Roberts <neil@linux.intel.com>
Fri, 15 Jan 2010 12:16:06 +0000 (12:16 +0000)
commitb844653c649277eed63b6a85d29b84aab8abe641
treeefd6d9d7348f4d120af6c0dcfa69dcb3439bce77
parenta01b4eefceb1d490d918eba1729c87354695d1ca
cogl-texture: Fix manual repeating for negative coordinates

When calculating the next integer position for negative coordinates it
would not increment if the position is already a multiple of one so we
need to manually add one.
clutter/cogl/cogl/cogl-texture.c