]>
Dogcows Code - chaz/openbox/blob - c/focus.h
8 /*! The window which gets focus when nothing else will be focused */
9 extern Window focus_backup
;
11 /*! The client which is currently focused */
12 extern struct Client
*focus_client
;
16 /*! Specify which client is currently focused, this doesn't actually
17 send focus anywhere, its called by the Focus event handlers */
18 void focus_set_client(struct Client
*client
);
This page took 0.033658 seconds and 4 git commands to generate.