aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2019-03-07 14:28:17 +0000
committerokan2019-03-07 14:28:17 +0000
commit74a07e98a76678714e28c1085f0068d7abe7b9db (patch)
treeb26c527b3826c0c4bfe7ccd682135b2b6a578c1d /calmwm.h
parentd68bdd9253084b00edebefeae250d710c235b9dc (diff)
downloadcwm-74a07e98a76678714e28c1085f0068d7abe7b9db.tar.gz
Teach client_current() to use a screen to find the current client instead of
iterating over all (fallback if no screen provided for now). Initially convert trivial uses of client_current().
Diffstat (limited to '')
-rw-r--r--calmwm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index ef622a7..864f4f4 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: calmwm.h,v 1.370 2019/03/07 13:14:41 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.371 2019/03/07 14:28:17 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -394,7 +394,7 @@ __dead void usage(void);
void client_applysizehints(struct client_ctx *);
void client_config(struct client_ctx *);
-struct client_ctx *client_current(void);
+struct client_ctx *client_current(struct screen_ctx *);
void client_cycle(struct screen_ctx *, int);
void client_remove(struct client_ctx *);
void client_draw_border(struct client_ctx *);