Bugfix: Override client’s moves/resizes in configure_notify_event

This commit is contained in:
Michael Stapelberg
2009-03-03 01:14:11 +01:00
parent 3f662eaed5
commit dd325879d1
3 changed files with 64 additions and 23 deletions

View File

@ -192,8 +192,10 @@ struct Client {
/* Backpointer. A client is inside a container */
Container *container;
/* x, y, width, height */
/* x, y, width, height of the frame */
Rect rect;
/* x, y, width, height of the child (relative to its frame) */
Rect child_rect;
/* Height which was determined by reading the _NET_WM_STRUT_PARTIAL top/bottom of the screen
reservation */