packaging tweaks for OS X
[ardour.git] / gtk2_ardour / canvas-note-event.h
index 24e7c78834d96ee45274c1abb1967b8f8fa4e763..e5b4896b92313ecb25883a35f02a14f33cbf0764 100644 (file)
@@ -1,6 +1,6 @@
 /*
     Copyright (C) 2007 Paul Davis
-    Author: Dave Robillard
+    Author: David Robillard
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -154,12 +154,12 @@ class CanvasNoteEvent : virtual public sigc::trackable
        Widget*                           _channel_selector_widget;
        State                             _state;
        const boost::shared_ptr<NoteType> _note;
-       bool                              _own_note;
        bool                              _selected;
        bool                              _valid;
         float                             _mouse_x_fraction;
         float                             _mouse_y_fraction;
-        
+       uint16_t                          _channel_selection;
+
         void set_mouse_fractions (GdkEvent*);
 };