diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-10 06:38:42 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-10 06:38:42 +0000 |
| commit | 2477a38d2f3063b697e44bf3690cf280fb26ca8a (patch) | |
| tree | 0107f30636cc59a94629a0d17b7cf5404e970e3b /openbox/menu.c | |
| parent | 375b504905908fb129f52b52ae7270deefda12f7 (diff) | |
rename the Client struct to ObClient
Diffstat (limited to 'openbox/menu.c')
| -rw-r--r-- | openbox/menu.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openbox/menu.c b/openbox/menu.c index 23bb1128..582b7a36 100644 --- a/openbox/menu.c +++ b/openbox/menu.c @@ -61,7 +61,7 @@ parse_menu_fail: g_free(title); } -void menu_control_show(Menu *self, int x, int y, Client *client); +void menu_control_show(Menu *self, int x, int y, ObClient *client); void menu_destroy_hash_key(Menu *menu) { @@ -288,7 +288,7 @@ void menu_add_entry(Menu *menu, MenuEntry *entry) g_hash_table_insert(window_map, &entry->item, menu); } -void menu_show(char *name, int x, int y, Client *client) +void menu_show(char *name, int x, int y, ObClient *client) { Menu *self; @@ -302,7 +302,7 @@ void menu_show(char *name, int x, int y, Client *client) menu_show_full(self, x, y, client); } -void menu_show_full(Menu *self, int x, int y, Client *client) +void menu_show_full(Menu *self, int x, int y, ObClient *client) { g_assert(self != NULL); @@ -397,7 +397,7 @@ void menu_entry_fire(MenuEntry *self) Default menu controller action for showing. */ -void menu_control_show(Menu *self, int x, int y, Client *client) { +void menu_control_show(Menu *self, int x, int y, ObClient *client) { guint i; Rect *a = NULL; |
