1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-24 23:22:30 +01:00

wmaker: Fix typos (used codespell).

This commit is contained in:
Doug Torrance
2016-01-17 15:47:49 -05:00
committed by Carlos R. Mafra
parent e5632a9120
commit 42e4069541
16 changed files with 23 additions and 23 deletions

View File

@@ -781,7 +781,7 @@ WWindow *wManageWindow(WScreen *scr, Window window)
#define ADEQUATE(x) ((x)!=None && (x)!=wwin->client_win && (x)!=fPtr->leader)
/* // only enter here if PropGetWMClass() succeds */
/* // only enter here if PropGetWMClass() succeeds */
PropGetWMClass(wwin->main_window, &class, &instance);
buffer = StrConcatDot(instance, class);
@@ -1241,7 +1241,7 @@ WWindow *wManageWindow(WScreen *scr, Window window)
* the window focusing (if the mouse is over that window)
* will be processed by wmaker.
* But since this event will be rather delayed
* (step 3 has a large delay) the time when the event ocurred
* (step 3 has a large delay) the time when the event occurred
* and when it is processed, the client that owns that window
* will reject the XSetInputFocus() for it.
*/
@@ -2574,7 +2574,7 @@ void wWindowResetMouseGrabs(WWindow * wwin)
/* Mouse grabs can't be done on the client window because of
* ICCCM and because clients that try to do the same will crash.
*
* But there is a problem wich makes tbar buttons of unfocused
* But there is a problem which makes tbar buttons of unfocused
* windows not usable as the click goes to the frame window instead
* of the button itself. Must figure a way to fix that.
*/