fix2
This commit is contained in:
parent
c63938f765
commit
f3801affc6
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,6 @@ typedef enum
|
|||
OB_PLACE_POLICY_MOUSE
|
||||
} ObPlacePolicy;
|
||||
|
||||
void place_client(struct _ObClient *client, gint *x, gint *y);
|
||||
void place_client(struct _ObClient *client, gint *x, gint *y, ObAppSettings *settings);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue