Changeset 97380 in vbox
- Timestamp:
- Nov 3, 2022 10:57:23 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.m
r96407 r97380 378 378 { 379 379 Log(("OvlView(%p) vboxUpdateCtxIfNecessary: m_fUpdateCtx\n", (void *)self)); 380 [[self openGLContext] update]; 380 /* This must be done on the main thread or it will crash with an error. */ 381 [[self openGLContext] performSelectorOnMainThread:@selector(update) withObject:nil waitUntilDone:YES]; 381 382 m_fUpdateCtx = false; 382 383 }
Note:
See TracChangeset
for help on using the changeset viewer.