This commit is contained in:
Mikael Magnusson 2006-06-08 11:40:40 +00:00
parent f3801affc6
commit 76f514cf52

View file

@ -22,6 +22,7 @@
#include <glib.h>
struct _ObClient;
struct _ObAppSettings;
typedef enum
{
@ -29,6 +30,6 @@ typedef enum
OB_PLACE_POLICY_MOUSE
} 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