Skip to content

Commit

Permalink
Source code format.
Browse files Browse the repository at this point in the history
  • Loading branch information
TankOs committed Dec 29, 2014
1 parent c7549cd commit d17b4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SFML/Window/Unix/WindowImplX11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ void WindowImplX11::setTitle(const String& title)
////////////////////////////////////////////////////////////
void WindowImplX11::setIcon(unsigned int width, unsigned int height, const Uint8* pixels)
{
// X11 wants BGRA pixels : swap red and blue channels
// X11 wants BGRA pixels: swap red and blue channels
Uint8 iconPixels[width * height * 4];
for (std::size_t i = 0; i < width * height; ++i)
{
Expand Down

0 comments on commit d17b4ba

Please sign in to comment.