pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] [pingus] 2 new revisions pushed by address@hidden on 2011-1


From: pingus
Subject: [Pingus-CVS] [pingus] 2 new revisions pushed by address@hidden on 2011-12-28 00:38 GMT
Date: Wed, 28 Dec 2011 00:39:42 +0000

2 new revisions:

Revision: 08449d408967
Author:   Ingo Ruhnke <address@hidden>
Date:     Tue Dec 27 15:26:57 2011
Log:      Added bytesPerPixel to image-info
http://code.google.com/p/pingus/source/detail?r=08449d408967

Revision: 1e69fcfc02d1
Author:   Ingo Ruhnke <address@hidden>
Date:     Tue Dec 27 16:37:19 2011
Log:      Merge branch 'master' of https://code.google.com/p/pingus
http://code.google.com/p/pingus/source/detail?r=1e69fcfc02d1

==============================================================================
Revision: 08449d408967
Author:   Ingo Ruhnke <address@hidden>
Date:     Tue Dec 27 15:26:57 2011
Log:      Added bytesPerPixel to image-info

http://code.google.com/p/pingus/source/detail?r=08449d408967

Modified:
 /extra/image-info.cpp

=======================================
--- /extra/image-info.cpp       Thu Sep  8 03:00:57 2011
+++ /extra/image-info.cpp       Tue Dec 27 15:26:57 2011
@@ -23,7 +23,8 @@
       if (surface->flags & SDL_SRCCOLORKEY)
         std::cout << " colorkey";

- std::cout << " bpp" << static_cast<int>(surface->format->BitsPerPixel); + std::cout << " bitsPerPixel:" << static_cast<int>(surface->format->BitsPerPixel); + std::cout << " bytesPerPixel:" << static_cast<int>(surface->format->BytesPerPixel);

       std::cout << std::endl;
     }

==============================================================================
Revision: 1e69fcfc02d1
Author:   Ingo Ruhnke <address@hidden>
Date:     Tue Dec 27 16:37:19 2011
Log:      Merge branch 'master' of https://code.google.com/p/pingus

http://code.google.com/p/pingus/source/detail?r=1e69fcfc02d1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]