]> Pileus Git - ~andy/gtk/blobdiff - gdk/gdkcursorprivate.h
win32: fix possible memleak if GlobalAlloc() fails
[~andy/gtk] / gdk / gdkcursorprivate.h
index 3d32ffb18fd84390fd1408dfe94980eb6688bcbd..e637d3d72f49815045fce6a1c293b8c45c3a5a7a 100644 (file)
@@ -12,9 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
@@ -41,9 +39,8 @@ struct _GdkCursor
 {
   GObject parent_instance;
 
-  /*< private >*/
-  GdkCursorType type;
   GdkDisplay *display;
+  GdkCursorType type;
 };
 
 struct _GdkCursorClass