Comment 0 for bug 890947

Revision history for this message
WenLong FENG (fengwl) wrote : unity 3d window manager send initial GDK_CONFIGURE event with position as (0,0)

when using unity 3d on ubuntu, after creating a top-level gtk widget, the window manager sends GDK_CONFIGURE with position as (0,0) although I have set the initial position to some different value.
This dose not happen on gnome/unity 2d environment. It will cause seriously issue when we rely on this event to locate our window.
Source code attached, you could compile it and launch it from terminal, the GDK_CONFIGURE event will be printed out.