]> Dogcows Code - chaz/openbox/commitdiff
Fix duplicate const warning
authorDana Jansens <danakj@orodu.net>
Tue, 2 Oct 2012 15:36:31 +0000 (11:36 -0400)
committerDana Jansens <danakj@orodu.net>
Sun, 7 Oct 2012 02:30:02 +0000 (22:30 -0400)
openbox/client.h

index 0e55c59f7399cbd07aaef1993f3917b1676b1182..d68d3035a3b20e54921bc6e5b4cb2f0295391f0c 100644 (file)
@@ -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
This page took 0.023231 seconds and 4 git commands to generate.