msw_style.c: Use G_PI rather than M_PI
M_PI is not universally available...
This commit is contained in:
@@ -2620,7 +2620,7 @@ draw_themed_tab_button (GtkStyle *style,
|
||||
draw_rect.y + draw_rect.height * 0.5);
|
||||
|
||||
if (gap_side == GTK_POS_LEFT || gap_side == GTK_POS_RIGHT) {
|
||||
cairo_rotate (cr, M_PI/2.0);
|
||||
cairo_rotate (cr, G_PI/2.0);
|
||||
}
|
||||
|
||||
if (gap_side == GTK_POS_LEFT || gap_side == GTK_POS_BOTTOM) {
|
||||
|
||||
Reference in New Issue
Block a user