commit | 1005333a27b2aa4626d8e212047484cf82c7d3b1 | [log] [tgz] |
---|---|---|
author | Jon Ashburn <jon@lunarg.com> | Mon Nov 17 10:17:37 2014 -0700 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Nov 26 10:03:12 2014 -0700 |
tree | 8e7204eb332055cfc8a9b3663eba4c9bc52c286b | |
parent | 1affd3c8eec4fd803ebd5bf78142defa07dd99ce [diff] [blame] |
loader: Change ActivateLayers name to be consistent with rest of loader
diff --git a/loader/loader.h b/loader/loader.h index e2c1ade..ac8cfc1 100644 --- a/loader/loader.h +++ b/loader/loader.h
@@ -40,6 +40,6 @@ # define LOADER_EXPORT #endif -extern XGL_UINT ActivateLayers(XGL_PHYSICAL_GPU gpu, const XGL_DEVICE_CREATE_INFO* pCreateInfo); +extern XGL_UINT loader_activate_layers(XGL_PHYSICAL_GPU gpu, const XGL_DEVICE_CREATE_INFO* pCreateInfo); #define MAX_LAYER_LIBRARIES 64 #endif /* LOADER_H */