Hey guys,
When i open a sf::RenderWindow in Fullscreen-Mode, sometimes it displays the textured Sprite that has the same size as the window normally in full screen so the image covers the whole screen as its supposed to do. But sometimes, the image stays exactly at the same position as if there's still a titlebar in the window. I made an gif-animation so you can see it.
http://gifmaker.cc/PlayGIFAnimation.php?folder=2015120103PgDVv8II9BE8O6oKLsg2bf&file=output_QMBNol.gifhere are also some screenshots.
sf::Style::Default
sf::Style::Fullscreen with broken behaviour
sf::Style::Fullscreen with normal behaviour
Its coincidental if the fullscreen-mode starts normally or broken.
I compiled SFML 2.3.2 with gcc-5.2.1 and CMake using both CMAKE_BUILD_TYPE Debug and Release and put all *.so libs into /usr/lib/x86_64-linux-gnu. Im running Linux Mint 17.2 Cinnamon.
I don't know anymore what to do about this. At this state the Fullscreen-Mode is unusable :-(