Skip to content

Commit 02f4786

Browse files
committed
update native api test
1 parent 2f35fb2 commit 02f4786

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/native_integration_test.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,9 @@ bool nativeIntegrationTest()
405405
getWindowTitle(&windowInfo);
406406
palLog(nullptr, "Window title: %s", s_TitleBuffer);
407407

408+
// using native API like wl_proxy_set_user_data, XContext and
409+
// SetWindowLongPtr(GWLP_USERDATA) can be used freely
410+
408411
bool running = true;
409412
while (running) {
410413
// update the video system to push video events

0 commit comments

Comments
 (0)