Just a couple more details to explain why MetaButtonSpace is used
This commit is contained in:
parent
adc46fc970
commit
1dd78e38ff
1 changed files with 7 additions and 4 deletions
11
src/theme.h
11
src/theme.h
|
@ -107,10 +107,13 @@ struct _MetaFrameLayout
|
|||
|
||||
struct _MetaButtonSpace
|
||||
{
|
||||
GdkRectangle visible; /* The area of the screen which has a button's image
|
||||
drawn on it. */
|
||||
GdkRectangle clickable; /* The area of the screen which, when clicked,
|
||||
activates a button. */
|
||||
/* The reason for two different rectangles here is Fitts' law & maximized
|
||||
* windows; see #97703 for more details.
|
||||
* visible - The screen area where the button's image is drawn
|
||||
* clickable - The screen area where the button can be activated by clicking
|
||||
*/
|
||||
GdkRectangle visible;
|
||||
GdkRectangle clickable;
|
||||
};
|
||||
|
||||
/* Calculated actual geometry of the frame */
|
||||
|
|
Loading…
Add table
Reference in a new issue