about summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2013-11-02 19:13:56 +0000
committerokan <okan>2013-11-02 19:13:56 +0000
commit2037332bb73899b7fc8884bf94b108c128aaee6f (patch)
tree10f35228b175c1bbaffa1968928a0087c9791b8b /calmwm.h
parentcaf8b315ab9eee9fccea8832278f4a449356315c (diff)
parentb5915eb9898b93d0f9eeb42df3f7a8a2bd839e49 (diff)
downloadcwm-2037332bb73899b7fc8884bf94b108c128aaee6f.tar.gz
cwm-2037332bb73899b7fc8884bf94b108c128aaee6f.tar.xz
cwm-2037332bb73899b7fc8884bf94b108c128aaee6f.zip
cvsimport
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 707e2a2..0ea1cc3 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -149,11 +149,11 @@ struct client_ctx {
 	TAILQ_ENTRY(client_ctx) mru_entry;
 	struct screen_ctx	*sc;
 	Window			 win;
-	XSizeHints		*size;
 	Colormap		 colormap;
 	u_int			 bwidth; /* border width */
 	struct geom		 geom, savegeom;
 	struct {
+		long		 flags;	/* defined hints */
 		int		 basew;	/* desired width */
 		int		 baseh;	/* desired height */
 		int		 minw;	/* minimum width */