seamless restart: Fix positioning of hidden scratchpad windows following restart ref. #315
This commit is contained in:
		| @@ -466,6 +466,13 @@ restorewindowfloatposition(Client *c, Monitor *m) | ||||
| 	c->sfw = w; | ||||
| 	c->sfh = h; | ||||
|  | ||||
| 	if (c->isfloating) { | ||||
| 		c->x = c->sfx; | ||||
| 		c->y = c->sfy; | ||||
| 		c->w = c->sfw; | ||||
| 		c->h = c->sfh; | ||||
| 	} | ||||
|  | ||||
| 	return 1; | ||||
| } | ||||
| #endif // SAVEFLOATS_PATCH | ||||
|   | ||||
		Reference in New Issue
	
	Block a user