diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2011-12-13 05:08:31 -0500 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2011-12-13 05:08:31 -0500 |
commit | ac196cb6c00227ef75be008fd7e4723769666a0f (patch) | |
tree | 684af0a9b1178639a08659bbca1206323e30cc1e /window.c | |
parent | 7d3be2dd5011b18073c889499e7072dc609310de (diff) |
Diffstat (limited to 'window.c')
-rw-r--r-- | window.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -330,9 +330,6 @@ update_local_geometry (window_t *window, int x, int y, int width, int height) if (width != old_width || height != old_height) { - /* We should never see this color. - * FIXME: we do see this color - */ pixman_color_t ugly = { 0x0000, 0xffff, 0xffff, 0xffff }; pixman_image_t *new_backing = pixman_image_create_bits ( |