X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.h;h=f60ff61aa53811067f46392d65df2f20dde2e410;hb=e69da364cc073589b7984e2f1ce5d93f4d919950;hp=090af72bf1a179eed3f84ea97608cc74b534193b;hpb=6611c30854e96f73feaafcef7ee3d4e38a799bfc;p=chaz%2Fopenbox diff --git a/openbox/focus.h b/openbox/focus.h index 090af72b..f60ff61a 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -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;