Data constness fixes. (#75754)

This commit is contained in:
Matthias Clasen
2002-12-10 21:39:53 +00:00
parent 329c090ec1
commit 14ee65b66a
26 changed files with 180 additions and 42 deletions

View File

@ -38,8 +38,8 @@
#define CHILD_SPACING 1
static GtkBorder default_default_border = { 1, 1, 1, 1 };
static GtkBorder default_default_outside_border = { 0, 0, 0, 0 };
static const GtkBorder default_default_border = { 1, 1, 1, 1 };
static const GtkBorder default_default_outside_border = { 0, 0, 0, 0 };
/* Time out before giving up on getting a key release when animatng
* the close button.