]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.h
make keyboard events work on the focus_cycle_target again
[chaz/openbox] / openbox / focus.h
index 090af72bf1a179eed3f84ea97608cc74b534193b..f60ff61aa53811067f46392d65df2f20dde2e410 100644 (file)
@@ -28,6 +28,10 @@ struct _ObClient;
 
 /*! The client which is currently focused */
 extern struct _ObClient *focus_client;
+/*! The client which is being decorated as focused, not always matching the
+  real focus, but this is used to track it so that it can be ersolved to match
+*/
+extern struct _ObClient *focus_hilite;
 /*! The client which appears focused during a focus cycle operation */
 extern struct _ObClient *focus_cycle_target;
 
This page took 0.026547 seconds and 4 git commands to generate.