From: Dana Jansens Date: Tue, 2 Oct 2012 15:36:31 +0000 (-0400) Subject: Fix duplicate const warning X-Git-Tag: mikabox-3.5-7~49 X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=commitdiff_plain;h=01570a6a82a8576baa52e38d044787a105bcf102 Fix duplicate const warning --- diff --git a/openbox/client.h b/openbox/client.h index 0e55c59..d68d303 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