Post your code?
Hi,
Here is the code:
App.Create(sf::VideoMode(640, 520), "The Final Option 100%[TM]");
App.SetPosition((sf::VideoMode::GetDesktopMode().Width/2)-320, (sf::VideoMode::GetDesktopMode().Height/2)-260);
My Operating System is Linux Mint 7 Gloria 32bit.
(running the most current ATI proprietary graphic driver)
Problem with above SFML window centering on screen
is that when it occurs at beginning, my entire screen flashes
and CPU usage goes to 100% for about 1-2 seconds.
I've ran this over 300 times in the past few days
and the SFML app has NEVER crashed.
(also the OS does not seem to be negatively affected by this either)
Any ideas?
PS - Same code and app runs fine on Windows XP / Vista...