hello,
If I want to set window position, the only way which I found is not multiplatform solution. If this is a multiplatform system, it is suggested.
Under windows I use this: ::SetEnvironmentVariable(_T("SDL_VIDEO_WINDOW_POS"), _T("0,0")); to set it. Under linux I don't know how should do it.