mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
frames: Remove shape_applied
It's also unused.
This commit is contained in:
parent
dcce4e64bc
commit
cac660a5bc
@ -535,7 +535,6 @@ meta_frames_manage_window (MetaFrames *frames,
|
|||||||
frame->text_layout = NULL;
|
frame->text_layout = NULL;
|
||||||
frame->text_height = -1;
|
frame->text_height = -1;
|
||||||
frame->title = NULL;
|
frame->title = NULL;
|
||||||
frame->shape_applied = FALSE;
|
|
||||||
frame->prelit_control = META_FRAME_CONTROL_NONE;
|
frame->prelit_control = META_FRAME_CONTROL_NONE;
|
||||||
frame->button_state = META_BUTTON_STATE_NORMAL;
|
frame->button_state = META_BUTTON_STATE_NORMAL;
|
||||||
|
|
||||||
|
@ -80,7 +80,6 @@ struct _MetaUIFrame
|
|||||||
PangoLayout *text_layout;
|
PangoLayout *text_layout;
|
||||||
int text_height;
|
int text_height;
|
||||||
char *title; /* NULL once we have a layout */
|
char *title; /* NULL once we have a layout */
|
||||||
guint shape_applied : 1;
|
|
||||||
guint maybe_ignore_leave_notify : 1;
|
guint maybe_ignore_leave_notify : 1;
|
||||||
|
|
||||||
/* FIXME get rid of this, it can just be in the MetaFrames struct */
|
/* FIXME get rid of this, it can just be in the MetaFrames struct */
|
||||||
|
Loading…
Reference in New Issue
Block a user