summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte.benjamin@googlemail.com>2021-12-07 15:30:48 +0000
committerBenjamin Otte <otte.benjamin@googlemail.com>2021-12-07 15:30:48 +0000
commit80a8b59f2480e5e7b73959c158d94de89661379b (patch)
treec213b1734f309ea10f7f40910af4aba517ad2e2f
parent5bf5b58eb3cb5fe22de6659a8418c7195978e565 (diff)
parentb9d4da9cfe9a28f96b2e5cfedce5b2a1c0b88113 (diff)
downloadgtk+-80a8b59f2480e5e7b73959c158d94de89661379b.tar.gz
Merge branch 'wip/otte/for-main' into 'main'
gtktypes: GTK_INVALID_LIST_POSITION should be an int See merge request GNOME/gtk!4218
-rw-r--r--gtk/gtktypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktypes.h b/gtk/gtktypes.h
index 5892c0980e..71afde94b0 100644
--- a/gtk/gtktypes.h
+++ b/gtk/gtktypes.h
@@ -69,7 +69,7 @@ typedef struct _GtkWindow GtkWindow;
* Refer to each function's documentation for if this value is
* allowed and what it does.
*/
-#define GTK_INVALID_LIST_POSITION ((guint32) 0xffffffff)
+#define GTK_INVALID_LIST_POSITION ((guint) 0xffffffff)
G_END_DECLS