Skip to content

Osxvideo#34

Closed
dsumorok wants to merge 3 commits intocebix:masterfrom
dsumorok:osxvideo
Closed

Osxvideo#34
dsumorok wants to merge 3 commits intocebix:masterfrom
dsumorok:osxvideo

Conversation

@dsumorok
Copy link
Copy Markdown
Contributor

@dsumorok dsumorok commented May 2, 2013

Fixes for x-windows video under OS X.

@asvitkine
Copy link
Copy Markdown
Collaborator

I think another way to fix this is to just change this loop:

        for (unsigned d=VDEPTH_1BIT; d<=VDEPTH_32BIT; d++) {
            if (find_visual_for_depth(video_depth(d)))
                add_window_modes(video_depth(d));
        }

On Mac OS X, you can just instead start the iteration at VDEPTH_32BIT, so that it only tries 32-bit modes. I think this would make your other two changes unnecessary.

@dsumorok dsumorok closed this May 5, 2013
@dsumorok dsumorok deleted the osxvideo branch May 5, 2013 13:50
rakslice referenced this pull request in rakslice/macemu Feb 13, 2020
SS Windows: Don't try to receive frames when eth is unloaded on the MacOS side
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants