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:
7d80406
)
Dont post damage event from window_copy_surface
author
Kristian Høgsberg
<krh@bitplanet.net>
Wed, 8 Sep 2010 02:01:32 +0000
(22:01 -0400)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Wed, 8 Sep 2010 02:01:32 +0000
(22:01 -0400)
We always call this between window_draw() and attaching the window surface
so the surface we're copying to isn't visible.
clients/window.c
patch
|
blob
|
history
diff --git
a/clients/window.c
b/clients/window.c
index 9354f180688aa44a0ec8eec0dfd9a0e661051ced..f1b435b1046c8dcba305732fa60e47a9a885b7fe 100644
(file)
--- a/
clients/window.c
+++ b/
clients/window.c
@@
-873,10
+873,6
@@
window_copy_surface(struct window *window,
cairo_paint (cr);
cairo_destroy (cr);
-
- wl_surface_damage(window->surface,
- rectangle->x, rectangle->y,
- rectangle->width, rectangle->height);
}
static gboolean