]> git.cworth.org Git - apitrace/blobdiff - retrace/glws_wgl.cpp
Share more code between glretrace and d3dretrace.
[apitrace] / retrace / glws_wgl.cpp
index 887a528db38dc21cbb833efb6236036b24c8bbee..c7e84c3509af42827dbccd8658ecc6c7d71e6688 100644 (file)
@@ -283,7 +283,7 @@ createDrawable(const Visual *visual, int width, int height)
 }
 
 Context *
-createContext(const Visual *visual, Context *shareContext, Profile profile)
+createContext(const Visual *visual, Context *shareContext, Profile profile, bool debug)
 {
     if (profile != PROFILE_COMPAT) {
         return NULL;