diff options
author | Olivier Fourdan <fourdan.olivier@wanadoo.fr> | 2004-04-21 16:56:08 +0000 |
---|---|---|
committer | Olivier Fourdan <fourdan.olivier@wanadoo.fr> | 2004-04-21 16:56:08 +0000 |
commit | 5410e5f0ee9e26822671a8230009127bd0338c4a (patch) | |
tree | 63203e5fb7cd02b712e1c2151188293c1db3e2b0 /src/poswin.h | |
parent | 165f1045ab78edb86348b76022b0106251a5d10c (diff) | |
download | xfwm4-5410e5f0ee9e26822671a8230009127bd0338c4a.tar.gz |
Display postion/size during move ops too.
(Old svn revision: 11714)
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); |