[haiku-commits] haiku: hrev47155 - src/servers/notification

  • From: pulkomandy@xxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 22 Apr 2014 14:53:01 +0200 (CEST)

hrev47155 adds 1 changeset to branch 'master'
old head: 48d90a5092336ffef54e5229469b4aab73ca29ed
new head: d62f3e4a33386920f8f52fd28b42b3288c0f4615
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=d62f3e4+%5E48d90a5

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

d62f3e4: Forgot to commit this. Fixes the build.

                             [ Adrien Destugues <pulkomandy@xxxxxxxxxxxxx> ]

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

Revision:    hrev47155
Commit:      d62f3e4a33386920f8f52fd28b42b3288c0f4615
URL:         http://cgit.haiku-os.org/haiku/commit/?id=d62f3e4
Author:      Adrien Destugues <pulkomandy@xxxxxxxxxxxxx>
Date:        Tue Apr 22 12:52:48 2014 UTC

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

1 file changed, 1 insertion(+)
src/servers/notification/NotificationView.h | 1 +

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

diff --git a/src/servers/notification/NotificationView.h 
b/src/servers/notification/NotificationView.h
index 4653c66..da851cd 100644
--- a/src/servers/notification/NotificationView.h
+++ b/src/servers/notification/NotificationView.h
@@ -71,6 +71,7 @@ private:
                        BBitmap*                        fBitmap;
                        LineInfoList            fLines;
                        float                           fHeight;
+                       rgb_color                       fStripeColor;
                        bool                            fCloseClicked;
 };
 


Other related posts:

  • » [haiku-commits] haiku: hrev47155 - src/servers/notification - pulkomandy