fix3
This commit is contained in:
parent
f3801affc6
commit
76f514cf52
1 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
struct _ObClient;
|
struct _ObClient;
|
||||||
|
struct _ObAppSettings;
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
|
@ -29,6 +30,6 @@ typedef enum
|
||||||
OB_PLACE_POLICY_MOUSE
|
OB_PLACE_POLICY_MOUSE
|
||||||
} ObPlacePolicy;
|
} ObPlacePolicy;
|
||||||
|
|
||||||
void place_client(struct _ObClient *client, gint *x, gint *y, ObAppSettings *settings);
|
void place_client(struct _ObClient *client, gint *x, gint *y, struct _ObAppSettings *settings);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue