---
compositor/.gitignore |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/compositor/.gitignore b/compositor/.gitignore
index 847efbd..6e8eb59 100644
--- a/compositor/.gitignore
+++ b/compositor/.gitignore
@@ -1,4 +1,4 @@
-compositor
+wayland-compositor
screenshooter-pro
Fixes the following build error in wayland-demos:
CCLD wayland-compositor
/usr/lib/libEGL.so: undefined reference to
`wayland_drm_buffer_get_buffer'
/usr/lib/libEGL.so: undefined reference to `wayland_drm_uninit'
/usr/lib/libEGL.so: undefined reference to `wayl
Michal Suchanek wrote:
In the case of a resize event the response includes submitting a
buffer containing resized window content to the compositor.
The compositor requires this new resized content to draw the window so
it cannot be avoided.
I think the concern was when a client decided that t
On 17 May 2011 18:01, Sam Spilsbury wrote:
>> I think the wayland compositor could track how long the clients take to
>> respond to events. They would only disable if they suddenly took several
>> times longer than before. If the recorded lag exceeds a threshold the
>> compositor could resort to r