Move(0,0)
Using GTK# I try to move an undecorated window to a specific xy position.
I use Move(0,0), but the window assume a random position into the monitor.
Instead using Move(1,0) the window it's moved to nortwest corner of the monitor but with a distance from east of one pixel.
Can someone help me?