Merge lp:~unity-team/clutk/clutk.fix-613084 into lp:clutk

Proposed by Mirco Müller
Status: Merged
Approved by: Mirco Müller
Approved revision: 260
Merged at revision: 258
Proposed branch: lp:~unity-team/clutk/clutk.fix-613084
Merge into: lp:clutk
Diff against target: 12 lines (+2/-1)
1 file modified
clutk/ctk-effect-cache.c (+2/-1)
To merge this branch: bzr merge lp:~unity-team/clutk/clutk.fix-613084
Reviewer Review Type Date Requested Status
Neil J. Patel Pending
Review via email: mp+33195@code.launchpad.net

Description of the change

Just make sure the actor-height is big enough.

To post a comment you must log in.
Revision history for this message
Neil J. Patel (njpatel) wrote :

approved

260. By Mirco Müller

better fix

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'clutk/ctk-effect-cache.c'
2--- clutk/ctk-effect-cache.c 2010-07-30 18:27:21 +0000
3+++ clutk/ctk-effect-cache.c 2010-08-20 16:45:53 +0000
4@@ -258,7 +258,8 @@
5 &actor_screen_y,
6 &actor_screen_width,
7 &actor_screen_height, vtx);
8-
9+
10+ actor_screen_y = ceilf (actor_screen_y);
11 actor_screen_width = ceilf(actor_screen_width);
12 actor_screen_height = ceilf(actor_screen_height);
13

Subscribers

People subscribed via source and target branches