projects
/
platform
/
upstream
/
weston.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e635f3
)
A couple more theme tweaks.
author
Kristian Høgsberg
<krh@redhat.com>
Mon, 10 Nov 2008 15:46:53 +0000
(10:46 -0500)
committer
Kristian Høgsberg
<krh@redhat.com>
Mon, 10 Nov 2008 15:46:53 +0000
(10:46 -0500)
window.c
patch
|
blob
|
history
diff --git
a/window.c
b/window.c
index
069b7e6
..
951c4b0
100644
(file)
--- a/
window.c
+++ b/
window.c
@@
-83,11
+83,10
@@
draw_window(void *data)
cr = cairo_create(surface);
- cairo_translate(cr, 16 +
5, 16 + 3
);
+ cairo_translate(cr, 16 +
7, 16 + 5
);
cairo_set_line_width (cr, border);
cairo_set_source_rgba(cr, 0, 0, 0, 0.5);
- rounded_rect(cr, 1, 1, window->width - 1, window->height - 1, radius);
- cairo_stroke_preserve(cr);
+ rounded_rect(cr, 0, 0, window->width, window->height, radius);
cairo_fill(cr);
blur_surface(surface, 16 + radius);