aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Window.c
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2018-04-10 21:11:57 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-24 09:04:01 +0200
commit170416d26e885d4a6544a214b078162a0883bd94 (patch)
tree8755266a05480578921fd74f613babffaf32dd3e /nx-X11/programs/Xserver/hw/nxagent/Window.c
parent94f7ce7d17e4d537211b6a344c4e9e0e467e1d0e (diff)
downloadnx-libs-170416d26e885d4a6544a214b078162a0883bd94.tar.gz
nx-libs-170416d26e885d4a6544a214b078162a0883bd94.tar.bz2
nx-libs-170416d26e885d4a6544a214b078162a0883bd94.zip
hw/nxagent: fix spelling errors as reported by codespell
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Window.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Window.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Window.c b/nx-X11/programs/Xserver/hw/nxagent/Window.c
index e2ce9d372..073021ed8 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Window.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Window.c
@@ -1752,7 +1752,7 @@ Bool nxagentChangeWindowAttributes(pWin, mask)
}
/*
- * As we set this bit, whe must change dix in
+ * As we set this bit, we must change dix in
* order not to perform PositionWindow and let
* X move children windows for us.
*/
@@ -2635,7 +2635,7 @@ void nxagentMapDefaultWindows(void)
Bool nxagentDisconnectAllWindows(void)
{
- Bool succeded = True;
+ Bool succeeded = True;
int i;
WindowPtr pWin;
@@ -2646,7 +2646,7 @@ Bool nxagentDisconnectAllWindows(void)
for (i = 0; i < screenInfo.numScreens; i++)
{
pWin = screenInfo.screens[i]->root;
- nxagentTraverseWindow( pWin, nxagentDisconnectWindow, &succeded);
+ nxagentTraverseWindow( pWin, nxagentDisconnectWindow, &succeeded);
nxagentDefaultWindows[i] = None;
}
@@ -2654,7 +2654,7 @@ Bool nxagentDisconnectAllWindows(void)
fprintf(stderr, "nxagentDisconnectAllWindows: all windows disconnected\n");
#endif
- return succeded;
+ return succeeded;
}
/*
@@ -3270,7 +3270,7 @@ static void nxagentReconfigureWindow(void * param0, XID param1, void * data_buff
}
/*
XXX: This would break Motif menus.
- If pWin is mapped but not realized, a followin UnmapWindow() wouldn't
+ If pWin is mapped but not realized, a following UnmapWindow() wouldn't
do anything, leaving this mapped window around. XMapWindow()
is called in nxagentRealizeWindow() and there it is enough.
@@ -3387,7 +3387,7 @@ Bool nxagentCheckWindowIntegrity(WindowPtr pWin)
{
#ifdef WARNING
fprintf(stderr, "nxagentCheckWindowIntegrity: Window %p has been realized "
- "now remote and frambuffer data are synchronized.\n", (void*) pWin);
+ "now remote and framebuffer data are synchronized.\n", (void*) pWin);
#endif
}