]> git.sur5r.net Git - i3/i3/commit
Fix draw_util_copy_surface.
authorIngo Bürk <ingo.buerk@tngtech.com>
Sun, 15 Nov 2015 16:25:12 +0000 (17:25 +0100)
committerIngo Bürk <ingo.buerk@tngtech.com>
Mon, 23 Nov 2015 21:18:02 +0000 (22:18 +0100)
commitd9bbfb7b351f13a3a86e43f69fc7d2e4a18582f4
tree81be6e135d8c6f5c2711fb00767f764983ab04dd
parent90d94298fa388e58a0f54607f0ab7a46108e84e7
Fix draw_util_copy_surface.

This patch fixes a bug when copying one surface to another.
Since it only exposes itself when used with non-trivial source
coordinates, it didn't surface before when only used for i3bar.

relates to #1278
libi3/draw_util.c