TDE base libraries and programs
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Richard Grenville 2b534cd864 Bug fix #99: Rewrite focus detection logic
- Rewrite focus detection logic. Remove w->focused_real and use
  ps->active_win to identify focused window uniformly. Use a more
  expensive way to filter FocusIn/Out events to improve reliability.
  Only limited tests are done, and bugs are likely to be introduced.
  (#99)

- Known issue: Under fvwm, compton sometimes does not consistently
  report the window input gets sent to. But there's something wrong in
  that case: XGetInputFocus() shows the root window is focused but
  another window is receiving input.
12 years ago
c2.c Bug fix #99: Rewrite focus detection logic 12 years ago
c2.h Misc: stoppaint_force & Documentation update 12 years ago
common.h Bug fix #99: Rewrite focus detection logic 12 years ago
compton.c Bug fix #99: Rewrite focus detection logic 12 years ago
compton.h Bug fix #99: Rewrite focus detection logic 12 years ago
dbus.c Bug fix #99: Rewrite focus detection logic 12 years ago
dbus.h Improvement: Change VSync mode with D-Bus & Makefile update & Misc 12 years ago
opengl.c Bug fix #143: GLSL shader error on European locales 12 years ago
opengl.h Bug fix #143: GLSL shader error on European locales 12 years ago