Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 73297 | Differences between
and this patch

Collapse All | Expand All

(-)playlistwin.c.bak (-3 / +6 lines)
Lines 1039-1051 Link Here
1039
         (cfg.playlist_shaded &&
1039
         (cfg.playlist_shaded &&
1040
          event->x >= playlistwin_get_width() - 31 &&
1040
          event->x >= playlistwin_get_width() - 31 &&
1041
          event->x < playlistwin_get_width() - 22))) {
1041
          event->x < playlistwin_get_width() - 22))) {
1042
        /* resize area */
1042
1043
        playlistwin_resizing = TRUE;
1043
        if (event->type != GDK_2BUTTON_PRESS && event->type != GDK_3BUTTON_PRESS) {
1044
        gtk_window_begin_resize_drag(GTK_WINDOW(widget),
1044
                /* resize area */
1045
                playlistwin_resizing = TRUE;
1046
                gtk_window_begin_resize_drag(GTK_WINDOW(widget),
1045
                                     GDK_WINDOW_EDGE_SOUTH_EAST,
1047
                                     GDK_WINDOW_EDGE_SOUTH_EAST,
1046
                                     event->button,
1048
                                     event->button,
1047
                                     event->x + xpos, event->y + ypos,
1049
                                     event->x + xpos, event->y + ypos,
1048
                                     event->time);
1050
                                     event->time);
1051
        }
1049
        grab = FALSE;
1052
        grab = FALSE;
1050
    }
1053
    }
1051
    else if (event->button == 1 && REGION_L(12, 37, 29, 11)) {
1054
    else if (event->button == 1 && REGION_L(12, 37, 29, 11)) {

Return to bug 73297