[haiku-commits] haiku: hrev47497 - headers/os/interface docs/user/interface

  • From: jscipione@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 15 Jul 2014 01:16:20 +0200 (CEST)

hrev47497 adds 2 changesets to branch 'master'
old head: cb65c3a0378d10d3e053772f8c15bc2fe95a844b
new head: 18842fc23e0525c51cd80b7271b1841a55fb54cf
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=18842fc+%5Ecb65c3a

----------------------------------------------------------------------------

24588f6: BShape: Rename these params back in header.
  
  Accidentally renamed these in the header, rename them back to
  match the cpp file. These param names might not be very good but
  they match the struct variable names. They are private methods
  anyway. No functional change intended in either commit.

18842fc: Add newline to end of BShape docs

                                     [ John Scipione <jscipione@xxxxxxxxx> ]

----------------------------------------------------------------------------

2 files changed, 3 insertions(+), 3 deletions(-)
docs/user/interface/Shape.dox | 2 +-
headers/os/interface/Shape.h  | 4 ++--

############################################################################

Commit:      24588f6b80b108bc681de9ba473e02db4e0a69ff
URL:         http://cgit.haiku-os.org/haiku/commit/?id=24588f6
Author:      John Scipione <jscipione@xxxxxxxxx>
Date:        Mon Jul 14 23:12:59 2014 UTC

BShape: Rename these params back in header.

Accidentally renamed these in the header, rename them back to
match the cpp file. These param names might not be very good but
they match the struct variable names. They are private methods
anyway. No functional change intended in either commit.

----------------------------------------------------------------------------

diff --git a/headers/os/interface/Shape.h b/headers/os/interface/Shape.h
index dc55e75..c675ae8 100644
--- a/headers/os/interface/Shape.h
+++ b/headers/os/interface/Shape.h
@@ -97,10 +97,10 @@ private:
        friend class BPrivate::ServerLink;
 
                        void                            GetData(int32* opCount, 
int32* ptCount,
-                                                                       
uint32** opList, BPoint** pointsList);
+                                                                       
uint32** opList, BPoint** ptList);
                        void                            SetData(int32 opCount, 
int32 ptCount,
                                                                        const 
uint32* opList,
-                                                                       const 
BPoint* pointsList);
+                                                                       const 
BPoint* ptList);
                        void                            InitData();
                        bool                            AllocatePts(int32 
count);
                        bool                            AllocateOps(int32 
count);

############################################################################

Revision:    hrev47497
Commit:      18842fc23e0525c51cd80b7271b1841a55fb54cf
URL:         http://cgit.haiku-os.org/haiku/commit/?id=18842fc
Author:      John Scipione <jscipione@xxxxxxxxx>
Date:        Mon Jul 14 23:16:06 2014 UTC

Add newline to end of BShape docs

----------------------------------------------------------------------------

diff --git a/docs/user/interface/Shape.dox b/docs/user/interface/Shape.dox
index 80231d8..41a00ff 100644
--- a/docs/user/interface/Shape.dox
+++ b/docs/user/interface/Shape.dox
@@ -456,4 +456,4 @@
 */
 
 
-//! @}
\ No newline at end of file
+//! @}


Other related posts:

  • » [haiku-commits] haiku: hrev47497 - headers/os/interface docs/user/interface - jscipione