diff options
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.h b/openbox/client.h index bee3b5d7..ede9df66 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -508,6 +508,6 @@ Client *client_find_directional(Client *c, Direction dir); */ void client_set_layer(Client *self, int layer); -guint client_xinerama_area(Client *self); +guint client_monitor(Client *self); #endif |
