Hi,
while trying to make the shell more suitable for use, one of the things
that annoyed me the most was the slowlyness feeling when resizing the
shell window (grey background that it's updated to white background,
quite noticeable for the user). The attached patch modifies the canvas
background directly, which:
1) makes the trick painting a white background directly
2) AFAIK it's less resource expensive, as it isn't painting a rectangle to
a drawable each time the window size changes.
Is it OK to commit this fix? :)
Carlos
PD: the patch is mixed with the fix for bug #319492, sorry about that
______________________________________________
Renovamos el Correo Yahoo!
Nuevos servicios, más seguridad
http://correo.yahoo.esAttachment:
patch-gcc
Description: 1530717922-patch-gcc