mirror of
https://github.com/brl/mutter.git
synced 2025-04-17 23:59:38 +00:00
Just a couple more details to explain why MetaButtonSpace is used
This commit is contained in:
parent
adc46fc970
commit
1dd78e38ff
11
src/theme.h
11
src/theme.h
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user