Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
94f7ce7d
Commit
94f7ce7d
authored
Apr 10, 2018
by
Ulrich Sibiller
Committed by
Mike Gabriel
May 24, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nxcompshad: fix spelling errors as reported by codespell
parent
a32554db
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Core.cpp
nxcompshad/src/Core.cpp
+1
-1
Manager.cpp
nxcompshad/src/Manager.cpp
+1
-1
X11.cpp
nxcompshad/src/X11.cpp
+2
-2
No files found.
nxcompshad/src/Core.cpp
View file @
94f7ce7d
...
@@ -251,7 +251,7 @@ int CorePoller::isChanged(int (*checkIfInputCallback)(void *), void *arg, int *s
...
@@ -251,7 +251,7 @@ int CorePoller::isChanged(int (*checkIfInputCallback)(void *), void *arg, int *s
for
(;
curLine
<
(
int
)
height_
;
curLine
++
)
for
(;
curLine
<
(
int
)
height_
;
curLine
++
)
{
{
logDebug
(
"CorePoller::isChanged"
,
"Anal
i
zing line [%d] move backward [%d] status [%d] priority [%d]."
,
logDebug
(
"CorePoller::isChanged"
,
"Anal
y
zing line [%d] move backward [%d] status [%d] priority [%d]."
,
curLine
,
moveBackward
,
lineStatus_
[
curIlace
],
linePriority_
[
curLine
]);
curLine
,
moveBackward
,
lineStatus_
[
curIlace
],
linePriority_
[
curLine
]);
//
//
...
...
nxcompshad/src/Manager.cpp
View file @
94f7ce7d
...
@@ -239,7 +239,7 @@ void UpdateManager::handleInput()
...
@@ -239,7 +239,7 @@ void UpdateManager::handleInput()
}
}
catch
(
UpdaterClosing
u
)
catch
(
UpdaterClosing
u
)
{
{
logTest
(
"UpdateManager::handleInput"
,
"Ca
tched
exception UpdaterClosing()."
);
logTest
(
"UpdateManager::handleInput"
,
"Ca
ught
exception UpdaterClosing()."
);
removeUpdater
((
UpdaterHandle
)
updaterVector
[
i
]);
removeUpdater
((
UpdaterHandle
)
updaterVector
[
i
]);
...
...
nxcompshad/src/X11.cpp
View file @
94f7ce7d
...
@@ -212,7 +212,7 @@ char *Poller::getRect(XRectangle r)
...
@@ -212,7 +212,7 @@ char *Poller::getRect(XRectangle r)
{
{
logTrace
(
"Poller::getRect"
);
logTrace
(
"Poller::getRect"
);
logDebug
(
"Poller::getRect"
,
"Going to retrive rectangle [%d, %d, %d, %d]."
,
logDebug
(
"Poller::getRect"
,
"Going to retri
e
ve rectangle [%d, %d, %d, %d]."
,
r
.
x
,
r
.
y
,
r
.
width
,
r
.
height
);
r
.
x
,
r
.
y
,
r
.
width
,
r
.
height
);
if
(
shmExtension_
==
1
)
if
(
shmExtension_
==
1
)
...
@@ -1144,7 +1144,7 @@ SendKeycode:
...
@@ -1144,7 +1144,7 @@ SendKeycode:
//
//
// Use keysyms to translate keycodes across different
// Use keysyms to translate keycodes across different
// keyboard models. U
nuseful
when both keyboards have
// keyboard models. U
seless
when both keyboards have
// same keycodes (e.g. both are pc keyboards).
// same keycodes (e.g. both are pc keyboards).
//
//
...
...
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