diff options
| author | Mike Schuchardt <mikes@lunarg.com> | 2018-02-07 14:47:01 -0700 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2018-03-09 13:54:31 -0700 |
| commit | 4c88179f99a2f6e6acd9b5574dd6fb22cde9037f (patch) | |
| tree | d5db86f7325795723fa4a7df22b85585c436bab0 /scripts/common_codegen.py | |
| parent | ec531be3528a7d6e755cf91e7793ee31bdf819a1 (diff) | |
| download | usermoji-4c88179f99a2f6e6acd9b5574dd6fb22cde9037f.tar.xz | |
scripts: Fix xlib_xrandr platform name
Change-Id: I3aa8e929d394322ebfcfbf2a59846b2adae057e3
Diffstat (limited to 'scripts/common_codegen.py')
| -rw-r--r-- | scripts/common_codegen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/common_codegen.py b/scripts/common_codegen.py index 7319c01d..8662a6f2 100644 --- a/scripts/common_codegen.py +++ b/scripts/common_codegen.py @@ -58,7 +58,7 @@ platform_dict = { 'win32' : 'VK_USE_PLATFORM_WIN32_KHR', 'xcb' : 'VK_USE_PLATFORM_XCB_KHR', 'xlib' : 'VK_USE_PLATFORM_XLIB_KHR', - 'xlib_randr' : 'VK_USE_PLATFORM_XLIB_RANDR_EXT', + 'xlib_xrandr' : 'VK_USE_PLATFORM_XLIB_XRANDR_EXT', } # |
