This commit is contained in:
rhp
2001-07-26 03:58:24 +00:00
parent b6e4c8bc41
commit c18a8137ce
6 changed files with 311 additions and 74 deletions

View File

@ -1149,10 +1149,9 @@ meta_frames_button_press_event (GtkWidget *widget,
event->x_root,
event->y_root);
}
else if (((control == META_FRAME_CONTROL_TITLE ||
control == META_FRAME_CONTROL_NONE) &&
event->button == 1) ||
event->button == 2)
else if ((control == META_FRAME_CONTROL_TITLE ||
control == META_FRAME_CONTROL_NONE) &&
event->button == 1)
{
MetaFrameFlags flags;