From e6ec61b73735249d56dfe79a59a2c1e15d18a75a Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 17 Dec 2013 15:12:35 -0800 Subject: Work around README.md rendering on github. It would sure be neat if any of the README previewers out there actually rendered things the same way github does. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0fab31..0beb63c 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,8 @@ epoxy knows when ```wglMakeCurrent()``` is called, because wglGetProcAddress() return values depend on the context's device and pixel format. If ```wglMakeCurrent()``` is called from outside of epoxy (in a way that might change the device or pixel format), then -epoxy needs to be notified of the change using -```epoxy_handle_external_wglMakeCurrent()```. +epoxy needs to be notified of the change using the +```epoxy_handle_external_wglMakeCurrent()``` function. The win32 dispatch layer is currently slower than it should be in the single-context (or multi-context, but same device and pixel format) -- cgit v1.2.3