diff options
| author | Aaron Ruby <aruby@qnx.com> | 2025-09-17 13:15:38 -0400 |
|---|---|---|
| committer | Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> | 2025-09-17 13:22:56 -0600 |
| commit | 6dfb865dadcf221f99bdca478fc6078f1b6a6aff (patch) | |
| tree | e06889e5a79fc5cff324eab9aadd426d4b6ee228 /cube | |
| parent | 7663eb7ecdd74889e3805e52f6ff3a97e132c784 (diff) | |
| download | usermoji-6dfb865dadcf221f99bdca478fc6078f1b6a6aff.tar.xz | |
cube: Fix auto WSI platform selection on QNX
Diffstat (limited to 'cube')
| -rw-r--r-- | cube/cube.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cube/cube.c b/cube/cube.c index 5ccd3025..b4db7500 100644 --- a/cube/cube.c +++ b/cube/cube.c @@ -3895,7 +3895,7 @@ static void demo_check_and_set_wsi_platform(struct demo *demo) { } } if (qnx_extension_available) { - demo->wsi_platform = WSI_PLATFORM_ANDROID; + demo->wsi_platform = WSI_PLATFORM_QNX; return; } } |
