diff options
| author | Dana Jansens <danakj@orodu.net> | 2012-10-02 11:36:31 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2012-10-06 22:30:02 -0400 |
| commit | 01570a6a82a8576baa52e38d044787a105bcf102 (patch) | |
| tree | 9d9a8be916cc88ef64fa713e1d5b79ca6aa239f4 /openbox | |
| parent | 1974c69fb356a4958316dc7657a5f726804ac648 (diff) | |
Fix duplicate const warning
Diffstat (limited to 'openbox')
| -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 0e55c59f..d68d3035 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -502,7 +502,7 @@ void client_fullscreen(ObClient *self, gboolean fs); /*! Determine if the window, using the given client-area, would be considered as an "oldschool fullscreen" window, that is, if it is filling a whole monitor. */ -gboolean client_is_oldfullscreen(const ObClient const *self, const Rect *area); +gboolean client_is_oldfullscreen(const ObClient *self, const Rect *area); /*! Iconifies or uniconifies the client window @param iconic true if the window should be iconified; false if it should be |
