Commit 1e992a43 authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

ddraw: Fix typo in a comment.

parent 029297fa
...@@ -97,7 +97,7 @@ HRESULT ddraw_surface_update_frontbuffer(struct ddraw_surface *surface, ...@@ -97,7 +97,7 @@ HRESULT ddraw_surface_update_frontbuffer(struct ddraw_surface *surface,
* while in exclusive mode, since it would get obscured by the popup * while in exclusive mode, since it would get obscured by the popup
* window. On the other hand, if the current frontbuffer *is* the GDI * window. On the other hand, if the current frontbuffer *is* the GDI
* frontbuffer, that's what's supposed to happen; the popup should obscure * frontbuffer, that's what's supposed to happen; the popup should obscure
* (oart of) the ddraw swapchain window. * (part of) the ddraw swapchain window.
* *
* This affects the "Deer Hunter" demo, which uses a popup window and GDI * This affects the "Deer Hunter" demo, which uses a popup window and GDI
* draws to draw part of the user interface. See also the "fswindow" * draws to draw part of the user interface. See also the "fswindow"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment