Description says it all. When investigating why xterms weren't appearing
in Unity, jkasper noted that Tools wasn't indicating a window type. Turns
out that Unity/X11 wasn't informing UWT of the window's initial type, and
that we were only hella lucky by other events eventually causing us to
update the type.
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
#if defined(VM_HAVE_X11_SHAPE_EXT)
UPWindowUpdateShape(up, upw);
#endif
+ UPWindowUpdateType(up, upw);
propCount = 0;
UnityPlatformResetErrorCount(up);