Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Use the correct variable for the button spacing (even though they end…
Browse files Browse the repository at this point in the history
… up being the same thing)
  • Loading branch information
slouken committed Oct 30, 2012
1 parent 9033ea7 commit bac3f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/x11/SDL_x11messagebox.c
Expand Up @@ -308,7 +308,7 @@ X11_MessageBoxInitPositions( SDL_MessageBoxDataX11 *data )
data->buttonpos[ i ].y = y + ( button_height - button_text_height - 1 ) / 2 + button_text_height;

/* Scoot over for next button. */
x += button_width + button_text_height;
x += button_width + button_spacing;
}
}

Expand Down

0 comments on commit bac3f97

Please sign in to comment.