Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
spice
x11spice
Commits
41378fc2
Commit
41378fc2
authored
Feb 18, 2020
by
Henri Verbeet
Committed by
Jeremy White
Feb 20, 2020
Browse files
Use a proper prototype for CreateWindow() in struct dummyRec.
Signed-off-by:
Henri Verbeet
<
hverbeet@codeweavers.com
>
parent
3ae8f2ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
spice-video-dummy/src/dummy.h
View file @
41378fc2
...
...
@@ -56,7 +56,7 @@ typedef struct dummyRec {
int
cursorFG
,
cursorBG
;
dummy_colors
colors
[
1024
];
Bool
(
*
CreateWindow
)();
/* wrapped CreateWindow */
Bool
(
*
CreateWindow
)(
WindowRec
*
window
);
/* wrapped CreateWindow */
Bool
prop
;
Bool
glamor
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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