Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.4
notify-osd
notify-osd-fix-shadow-corruption.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File notify-osd-fix-shadow-corruption.patch of Package notify-osd
=== modified file 'src/tile.c' --- src/tile.c 2009-07-31 11:07:29 +0000 +++ src/tile.c 2010-12-06 00:24:55 +0000 @@ -180,7 +180,7 @@ // top right cairo_matrix_init_scale (&matrix, -1.0f, 1.0f); - cairo_matrix_translate (&matrix, -width, 0.0f); + cairo_matrix_translate (&matrix, -1.0f * width, 0.0f); cairo_pattern_set_matrix (pattern, &matrix); cairo_rectangle (cr, width - pad_width, @@ -193,7 +193,7 @@ // bottom right cairo_matrix_init_scale (&matrix, -1.0f, -1.0f); - cairo_matrix_translate (&matrix, -width, -height); + cairo_matrix_translate (&matrix, -1.0f * width, -1.0f * height); cairo_pattern_set_matrix (pattern, &matrix); cairo_rectangle (cr, pad_width, @@ -206,7 +206,7 @@ // bottom left cairo_matrix_init_scale (&matrix, 1.0f, -1.0f); - cairo_matrix_translate (&matrix, 0.0f, -height); + cairo_matrix_translate (&matrix, 0.0f, -1.0f * height); cairo_pattern_set_matrix (pattern, &matrix); cairo_rectangle (cr, x,
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor