Skip to content
Snippets Groups Projects
Commit 74d64cee authored by Adam Jackson's avatar Adam Jackson :headphones:
Browse files

mi: Remove questionable optimization from the rootless path


This is effectively a revert of 7b506fdc
except the coding style reindent broke that.  The code makes no sense in
any case.  drawable can never be null since it's the first member of
WindowRec, and we're never called with a null window.  Neither can it be
an UNDRAWABLE_WINDOW since those are InputOnly windows; the rootless
code does not set the root window to either UNDRAWABLE or InputOnly, so.

Reviewed-by: default avatarJasper St. Pierre <jstpierre@mecheye.net>
Signed-off-by: Adam Jackson's avatarAdam Jackson <ajax@redhat.com>
parent 315661a4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment