[gtkmm] Cursor: Make the API public, not protected, fixing the previous commit.



commit d113ea07ae2ce3d2ffc91ece9e3c2a678ee785b5
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Jan 5 09:46:41 2011 +0100

    Cursor: Make the API public, not protected, fixing the previous commit.
    
    * gdk/src/cursor.hg: Fix my typo.

 ChangeLog         |    6 ++++++
 gdk/src/cursor.hg |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index aaab740..a2cd10f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-01-05  Murray Cumming  <murrayc murrayc com>
 
+	Cursor: Make the API public, not protected, fixing the previous commit.
+
+	* gdk/src/cursor.hg: Fix my typo.
+
+2011-01-05  Murray Cumming  <murrayc murrayc com>
+
 	Cursor: Add create() methods. (this had the wrong commit message)
 
 	* gdk/src/cursor.hg: Add create() methods, making the constructors protected, 
diff --git a/gdk/src/cursor.hg b/gdk/src/cursor.hg
index d467f72..2786ca3 100644
--- a/gdk/src/cursor.hg
+++ b/gdk/src/cursor.hg
@@ -53,7 +53,7 @@ protected:
   explicit Cursor(const Glib::RefPtr<Display>& display, const Glib::ustring& name);
   _IGNORE(gdk_cursor_new_from_name)
   
-protected:
+public:
   _WRAP_CREATE(CursorType cursor_type)
   _WRAP_CREATE(const Glib::RefPtr<Display>& display, CursorType cursor_type)
   _WRAP_CREATE(const Glib::RefPtr<Display>& display, const Glib::RefPtr<Pixbuf>& pixbuf, int x, int y)



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