diff options
Diffstat (limited to 'src/poswin.h')
-rw-r--r-- | src/poswin.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/poswin.h b/src/poswin.h index 14268d7f8..d85fc398c 100644 --- a/src/poswin.h +++ b/src/poswin.h @@ -28,6 +28,7 @@ #include <gdk/gdk.h> #include <gdk/gdkx.h> #include <gtk/gtk.h> +#include "client.h" typedef struct _Poswin Poswin; struct _Poswin @@ -37,9 +38,7 @@ struct _Poswin }; Poswin *poswinCreate (void); -void poswinSetPosition (Poswin * poswin, gint x, gint y, - guint width, guint height, - gint wsizeinc, gint hsizeinc); +void poswinSetPosition (Poswin * poswin, Client *c); void poswinDestroy (Poswin * poswin); void poswinShow (Poswin * poswin); void poswinHide(Poswin * poswin); |