Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Daniel Vogel
cs349-code
Commits
a30fbf03
Commit
a30fbf03
authored
Sep 18, 2017
by
Daniel Vogel
Browse files
fixed typo
parent
56f29951
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
x/xeyesballdb.cpp
x/xeyesballdb.cpp
+1
-1
No files found.
x/xeyesballdb.cpp
View file @
a30fbf03
...
...
@@ -197,7 +197,7 @@ void initX(int argc, char *argv[], XInfo &xinfo) {
XSetForeground
(
xinfo
.
display
,
xinfo
.
gc
[
i
],
BlackPixel
(
xinfo
.
display
,
xinfo
.
screen
));
XSetBackground
(
xinfo
.
display
,
xinfo
.
gc
[
i
],
WhitePixel
(
xinfo
.
display
,
xinfo
.
screen
));
XSetFillStyle
(
xinfo
.
display
,
xinfo
.
gc
[
i
],
FillSolid
);
XSetLineAttribues
(
xinfo
.
display
,
xinfo
.
gc
[
i
],
XSetLineAttribu
t
es
(
xinfo
.
display
,
xinfo
.
gc
[
i
],
1
,
LineSolid
,
CapButt
,
JoinRound
);
// Reverse Video
...
...
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