Add a const to get rid of a compiler warning. (#122712, Kjartan Maraas)

Wed Nov 12 21:05:30 2003  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtkstyle.c (make_cursor_gc): Add a const to get rid of
	a compiler warning.  (#122712, Kjartan Maraas)
This commit is contained in:
Matthias Clasen
2003-11-12 20:06:28 +00:00
committed by Matthias Clasen
parent b33de86552
commit 359df1d0f6
6 changed files with 26 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
Wed Nov 12 21:05:30 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtkstyle.c (make_cursor_gc): Add a const to get rid of
a compiler warning. (#122712, Kjartan Maraas)
Wed Nov 12 20:54:02 2003 Matthias Clasen <maclas@gmx.de>
* gdk/gdkkeyuni.c: Map KP_Separator to ','.

View File

@@ -1,3 +1,8 @@
Wed Nov 12 21:05:30 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtkstyle.c (make_cursor_gc): Add a const to get rid of
a compiler warning. (#122712, Kjartan Maraas)
Wed Nov 12 20:54:02 2003 Matthias Clasen <maclas@gmx.de>
* gdk/gdkkeyuni.c: Map KP_Separator to ','.

View File

@@ -1,3 +1,8 @@
Wed Nov 12 21:05:30 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtkstyle.c (make_cursor_gc): Add a const to get rid of
a compiler warning. (#122712, Kjartan Maraas)
Wed Nov 12 20:54:02 2003 Matthias Clasen <maclas@gmx.de>
* gdk/gdkkeyuni.c: Map KP_Separator to ','.

View File

@@ -1,3 +1,8 @@
Wed Nov 12 21:05:30 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtkstyle.c (make_cursor_gc): Add a const to get rid of
a compiler warning. (#122712, Kjartan Maraas)
Wed Nov 12 20:54:02 2003 Matthias Clasen <maclas@gmx.de>
* gdk/gdkkeyuni.c: Map KP_Separator to ','.

View File

@@ -1,3 +1,8 @@
Wed Nov 12 21:05:30 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtkstyle.c (make_cursor_gc): Add a const to get rid of
a compiler warning. (#122712, Kjartan Maraas)
Wed Nov 12 20:54:02 2003 Matthias Clasen <maclas@gmx.de>
* gdk/gdkkeyuni.c: Map KP_Separator to ','.

View File

@@ -6114,7 +6114,7 @@ style_unrealize_cursor_gcs (GtkStyle *style)
static GdkGC *
make_cursor_gc (GtkWidget *widget,
const gchar *property_name,
GdkColor *fallback)
const GdkColor *fallback)
{
GdkGCValues gc_values;
GdkGCValuesMask gc_values_mask;