mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
Fix warning about pointer/int confusion
https://bugzilla.gnome.org/show_bug.cgi?id=594679
This commit is contained in:
parent
63742b3162
commit
83719cbb90
@ -1034,7 +1034,7 @@ main (int argc, char **argv)
|
||||
button = gtk_button_new_with_label ("Restack above");
|
||||
g_signal_connect (button, "clicked",
|
||||
G_CALLBACK (restack_clicked),
|
||||
1);
|
||||
GINT_TO_POINTER (1));
|
||||
gtk_table_attach_defaults (GTK_TABLE (table),
|
||||
button,
|
||||
2, 3,
|
||||
|
Loading…
Reference in New Issue
Block a user