Fix duplicate const warning
This commit is contained in:
parent
1974c69fb3
commit
01570a6a82
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue