From bb8b9ddbc5c7932f184aeed744f4762b5c95fe28 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 Apr 2003 08:36:38 +0000 Subject: pass the Client for frame_context cuz the client might be NULL --- openbox/frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/frame.h') diff --git a/openbox/frame.h b/openbox/frame.h index c36e7833..bbe7d370 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -98,7 +98,7 @@ void frame_release_client(Frame *self, Client *client); Context frame_context_from_string(char *name); -Context frame_context(Frame *self, Window win); +Context frame_context(Client *self, Window win); /*! Applies gravity to the client's position to find where the frame should be positioned. -- cgit v1.2.3