Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/intern/wm_stereo.c
| Context not available. | |||||
| if (prev_display_mode == S3D_DISPLAY_PAGEFLIP && | if (prev_display_mode == S3D_DISPLAY_PAGEFLIP && | ||||
| prev_display_mode != win_src->stereo3d_format->display_mode) | prev_display_mode != win_src->stereo3d_format->display_mode) | ||||
| { | { | ||||
| /* in case the hardward supports pageflip but not the display */ | /* in case the hardware supports pageflip but not the display */ | ||||
| if ((win_dst = wm_window_copy_test(C, win_src, false, false))) { | if ((win_dst = wm_window_copy_test(C, win_src, false, false))) { | ||||
| /* pass */ | /* pass */ | ||||
| } | } | ||||
| Context not available. | |||||