[beryl-commits] r2244 - branches/beryl-plugins/tile

pichalsi at server.beryl-project.org pichalsi at server.beryl-project.org
Mon Jan 1 23:27:28 CET 2007


Author: pichalsi
Date: 2007-01-01 22:27:28 +0000 (Mon, 01 Jan 2007)
New Revision: 2244

Modified:
   branches/beryl-plugins/tile/tile.c
Log:
beryl-plugins/tile added resizeWindow in hope it will help something

Modified: branches/beryl-plugins/tile/tile.c
===================================================================
--- branches/beryl-plugins/tile/tile.c	2007-01-01 22:21:12 UTC (rev 2243)
+++ branches/beryl-plugins/tile/tile.c	2007-01-01 22:27:28 UTC (rev 2244)
@@ -524,6 +524,7 @@
 	}
 
 	configureXWindow (w, CWHeight | CWWidth | CWY | CWX, &xwc);
+	resizeWindow(w, x, y, width, height, w->attrib.border_width);
 
 	return TRUE;
 }




More information about the commits mailing list