Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Monado
Monado
Commits
a228c3ef
Commit
a228c3ef
authored
Feb 24, 2020
by
Jakob Bornecrantz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xrt: Slightly more correct Display typedef
Closes
#49
parent
0fac7d2a
Pipeline
#112439
passed with stages
in 2 minutes and 29 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/xrt/include/xrt/xrt_gfx_xlib.h
src/xrt/include/xrt/xrt_gfx_xlib.h
+1
-1
src/xrt/include/xrt/xrt_openxr_includes.h
src/xrt/include/xrt/xrt_openxr_includes.h
+1
-1
No files found.
src/xrt/include/xrt/xrt_gfx_xlib.h
View file @
a228c3ef
...
...
@@ -17,7 +17,7 @@ extern "C" {
#endif
typedef
void
*
Display
;
typedef
struct
_XDisplay
Display
;
typedef
void
*
GLXFBConfig
;
typedef
void
*
GLXDrawable
;
typedef
void
*
GLXContext
;
...
...
src/xrt/include/xrt/xrt_openxr_includes.h
View file @
a228c3ef
...
...
@@ -14,7 +14,7 @@
#define XR_USE_TIMESPEC 1
#ifdef XR_USE_PLATFORM_XLIB
typedef
void
*
Display
;
typedef
struct
_XDisplay
Display
;
typedef
void
*
GLXFBConfig
;
typedef
void
*
GLXDrawable
;
typedef
void
*
GLXContext
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment