diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2015-01-29 08:55:56 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-02-04 17:58:10 -0700 |
| commit | c4fffc7c6f3b4ae4cc1f969c2d0985091fe41adb (patch) | |
| tree | 8a64e7dec3aa2dea0f0258fe9c256ff39eee276d /loader/loader.h | |
| parent | 5f192769a661b589df055884165425b77aa814c8 (diff) | |
| download | usermoji-c4fffc7c6f3b4ae4cc1f969c2d0985091fe41adb.tar.xz | |
xgl: Remove XGL_* typedef wrappers
Part of moving to xgl.h rev#38, svn rev 29293-29302
Diffstat (limited to 'loader/loader.h')
| -rw-r--r-- | loader/loader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader.h b/loader/loader.h index ac8cfc1d..18c05b73 100644 --- a/loader/loader.h +++ b/loader/loader.h @@ -40,6 +40,6 @@ # define LOADER_EXPORT #endif -extern XGL_UINT loader_activate_layers(XGL_PHYSICAL_GPU gpu, const XGL_DEVICE_CREATE_INFO* pCreateInfo); +extern uint32_t loader_activate_layers(XGL_PHYSICAL_GPU gpu, const XGL_DEVICE_CREATE_INFO* pCreateInfo); #define MAX_LAYER_LIBRARIES 64 #endif /* LOADER_H */ |
