summaryrefslogtreecommitdiff
path: root/gdk/gdktoplevelsizeprivate.h
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2020-12-02 17:08:43 +0100
committerJonas Ådahl <jadahl@gmail.com>2020-12-07 20:37:29 +0100
commit6ee7535af07e14193436876eafed6297916d0ca2 (patch)
treefa7ccd66fcee11ba273b81939d787f0a5243fd67 /gdk/gdktoplevelsizeprivate.h
parentb7380543449ea679a2c912b66aab4855b2bb41f2 (diff)
downloadgtk+-6ee7535af07e14193436876eafed6297916d0ca2.tar.gz
gdk/toplevelsize: Rename 'margin' to 'shadow' and 'shadow_width'
This makes it more consistent with everywhere else.
Diffstat (limited to 'gdk/gdktoplevelsizeprivate.h')
-rw-r--r--gdk/gdktoplevelsizeprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdktoplevelsizeprivate.h b/gdk/gdktoplevelsizeprivate.h
index f2c4461bf9..bba34cc7d7 100644
--- a/gdk/gdktoplevelsizeprivate.h
+++ b/gdk/gdktoplevelsizeprivate.h
@@ -37,7 +37,7 @@ struct _GdkToplevelSize
int right;
int top;
int bottom;
- } margin;
+ } shadow;
};
void gdk_toplevel_size_init (GdkToplevelSize *size,