opengl32: Don't access drawable after wgl_context_flush() in flush_context(). wgl_context_flush() may recreate the drawable and release the old one.
win32u: Also try to use DC own drawable in get_updated_drawable() when context is flushed.