Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Windows Focus(?) Issue on Ubuntu (8/12 commit)  (Read 2973 times)

0 Members and 1 Guest are viewing this topic.

anthnich

  • Newbie
  • *
  • Posts: 34
    • View Profile
    • Long Division LLC
Windows Focus(?) Issue on Ubuntu (8/12 commit)
« on: August 13, 2015, 04:56:56 pm »
https://github.com/SFML/SFML/commit/561eb82f14e77f3c9b9e6bd50e59971eef1e9bda

This commit I believe is causing a problem. Running my program, the window will fade to black & white in Ubuntu if you idle for a few seconds. The 8/4 commit prior does not have this problem.

I cannot provide a code example, but I'm certain you can easily replicate it.

Here's a shot of my desktop w/ the fade problem (8/12 commit build).



And here's what the window is supposed to look like (8/4 commit build).



Some background:

* I request focus post window creation, so requesting focus does nothing.
* When I click in the window, it does not fade back in. It remains black & white regardless. Color never comes back.
* None of my code has changed in between each SFML commit above. What worked before no longer works.

If you need more info, I'll provide what I can.

binary1248

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1405
  • I am awesome.
    • View Profile
    • The server that really shouldn't be running
Re: Windows Focus(?) Issue on Ubuntu (8/12 commit)
« Reply #1 on: August 14, 2015, 08:33:47 pm »
Same issue as here. WM ping got messed up in Xlib event queue patch. Will fix.
SFGUI # SFNUL # GLS # Wyrm <- Why do I waste my time on such a useless project? Because I am awesome (first meaning).

anthnich

  • Newbie
  • *
  • Posts: 34
    • View Profile
    • Long Division LLC
Re: Windows Focus(?) Issue on Ubuntu (8/12 commit)
« Reply #2 on: August 14, 2015, 10:13:07 pm »
Sounds good, thank you.

binary1248

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1405
  • I am awesome.
    • View Profile
    • The server that really shouldn't be running
Re: Windows Focus(?) Issue on Ubuntu (8/12 commit)
« Reply #3 on: August 14, 2015, 11:23:20 pm »
Should be fixed with this.
SFGUI # SFNUL # GLS # Wyrm <- Why do I waste my time on such a useless project? Because I am awesome (first meaning).

anthnich

  • Newbie
  • *
  • Posts: 34
    • View Profile
    • Long Division LLC
Re: Windows Focus(?) Issue on Ubuntu (8/12 commit)
« Reply #4 on: August 17, 2015, 04:47:23 pm »
This appears to have fixed the problem. Thanks!