about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-03-06 16:45:36 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-03-06 16:45:36 +0100
commit6606b7b097ee8a2cafeac4a47954e4bfcda83d79 (patch)
tree6bddef2e7e7288ce9905f56f3b047d39096f3fc2
parent5c994ff222970bd374e9b9315dae0dccba904f02 (diff)
downloadbox64-6606b7b097ee8a2cafeac4a47954e4bfcda83d79.tar.gz
box64-6606b7b097ee8a2cafeac4a47954e4bfcda83d79.zip
Add more slot to gobject2 callbacks
-rw-r--r--src/wrapped/wrappedgobject2.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wrapped/wrappedgobject2.c b/src/wrapped/wrappedgobject2.c
index 21c5f20a..95a731d6 100644
--- a/src/wrapped/wrappedgobject2.c
+++ b/src/wrapped/wrappedgobject2.c
@@ -275,6 +275,9 @@ GO(9)   \
 GO(10)  \
 GO(11)  \
 GO(12)  \
+GO(13)  \
+GO(14)  \
+GO(15)  \
 
 #define GO(A)   \
 static uintptr_t my_copy_fct_##A = 0;                                     \