Just a couple more details to explain why MetaButtonSpace is used

This commit is contained in:
Elijah Newren 2006-08-07 18:20:37 +00:00
parent adc46fc970
commit 1dd78e38ff

View File

@ -107,10 +107,13 @@ struct _MetaFrameLayout
struct _MetaButtonSpace struct _MetaButtonSpace
{ {
GdkRectangle visible; /* The area of the screen which has a button's image /* The reason for two different rectangles here is Fitts' law & maximized
drawn on it. */ * windows; see #97703 for more details.
GdkRectangle clickable; /* The area of the screen which, when clicked, * visible - The screen area where the button's image is drawn
activates a button. */ * clickable - The screen area where the button can be activated by clicking
*/
GdkRectangle visible;
GdkRectangle clickable;
}; };
/* Calculated actual geometry of the frame */ /* Calculated actual geometry of the frame */