]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
rename the Client struct to ObClient
[chaz/openbox] / openbox / frame.c
index a9e287dcad0a7c68f4bdaf290711f828a2b1e620..a2335e9f04a91c2b4507c348b51071745d56927e 100644 (file)
@@ -330,7 +330,7 @@ void frame_adjust_icon(Frame *self)
     framerender_frame(self);
 }
 
-void frame_grab_client(Frame *self, Client *client)
+void frame_grab_client(Frame *self, ObClient *client)
 {
     self->client = client;
 
@@ -372,7 +372,7 @@ void frame_grab_client(Frame *self, Client *client)
     g_hash_table_insert(window_map, &self->rgrip, client);
 }
 
-void frame_release_client(Frame *self, Client *client)
+void frame_release_client(Frame *self, ObClient *client)
 {
     XEvent ev;
 
@@ -578,7 +578,7 @@ Context frame_context_from_string(char *name)
     return Context_None;
 }
 
-Context frame_context(Client *client, Window win)
+Context frame_context(ObClient *client, Window win)
 {
     Frame *self;
 
This page took 0.020378 seconds and 4 git commands to generate.