gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10152: GnashImage is really a bitma


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10152: GnashImage is really a bitmap, tell that and add a todo item for further imporving documentation about them
Date: Mon, 27 Oct 2008 19:46:53 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10152
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Mon 2008-10-27 19:46:53 +0100
message:
  GnashImage is really a bitmap, tell that and add a todo item for further 
imporving documentation about them
modified:
  libbase/GnashImage.h
=== modified file 'libbase/GnashImage.h'
--- a/libbase/GnashImage.h      2008-10-27 16:05:13 +0000
+++ b/libbase/GnashImage.h      2008-10-27 18:46:53 +0000
@@ -60,7 +60,11 @@
 };
 
 
-/// Base class for different types of images
+/// Base class for different types of bitmaps
+//
+/// @todo document layout of the image, like pixel data
+///       order in the raw array (rows or columns first?)
+///
 class DSOEXPORT GnashImage
 {
 public:


reply via email to

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