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:
committed by
Matthias Clasen
parent
b33de86552
commit
359df1d0f6
@@ -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 ','.
|
||||
|
||||
@@ -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 ','.
|
||||
|
||||
@@ -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 ','.
|
||||
|
||||
@@ -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 ','.
|
||||
|
||||
@@ -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 ','.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user