Spelling fixes

This commit is contained in:
chase
2018-05-26 11:50:47 -05:00
committed by Jon Trulson
parent 8d2fe2486c
commit 809c3d8bb6
146 changed files with 240 additions and 240 deletions

View File

@@ -290,7 +290,7 @@ GetOLDecorFlags(
*/
for (i = 0; i < nitems; i++) {
if (pAtoms[i] == wmGD.xa_OL_DECOR_RESIZE)
*pDecor |= OLDecorResizeable;
*pDecor |= OLDecorResizable;
else if (pAtoms[i] == wmGD.xa_OL_DECOR_HEADER)
*pDecor |= OLDecorHeader;
else if (pAtoms[i] == wmGD.xa_OL_DECOR_CLOSE)
@@ -384,7 +384,7 @@ ProcessOLDecoration(
if (GetOLDecorAdd(pCD,&OLdecor))
{
if (OLdecor & OLDecorResizeable)
if (OLdecor & OLDecorResizable)
{
decorMask |= WM_DECOR_RESIZEH;
}
@@ -409,7 +409,7 @@ ProcessOLDecoration(
if (GetOLDecorDel(pCD,&OLdecor))
{
if (OLdecor & OLDecorResizeable)
if (OLdecor & OLDecorResizable)
{
decorMask &= ~MWM_DECOR_RESIZEH;
}