]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.h
pass the Client for frame_context cuz the client might be NULL
[chaz/openbox] / openbox / frame.h
index c36e783312b865d71293d1b3859f68cab5271b5b..bbe7d370f034e7f4ee05c9244c9554137abfc57b 100644 (file)
@@ -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.
This page took 0.02196 seconds and 4 git commands to generate.