summaryrefslogtreecommitdiff
path: root/server/tests/test_display_resolution_changes.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/test_display_resolution_changes.c')
-rw-r--r--server/tests/test_display_resolution_changes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/test_display_resolution_changes.c b/server/tests/test_display_resolution_changes.c
index c4926530..e351e992 100644
--- a/server/tests/test_display_resolution_changes.c
+++ b/server/tests/test_display_resolution_changes.c
@@ -45,8 +45,8 @@ void set_primary_params(SPICE_GNUC_UNUSED Test *test,
}
static Command commands[] = {
- {DESTROY_PRIMARY, NULL},
- {CREATE_PRIMARY, set_primary_params},
+ {DESTROY_PRIMARY, NULL, .cb_opaque = NULL,},
+ {CREATE_PRIMARY, set_primary_params, .cb_opaque = NULL},
};
int main(void)