mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
Fixed some typos.
This commit is contained in:
committed by
Carlos R. Mafra
parent
95c68d2b10
commit
975d4becf1
@@ -74,7 +74,7 @@ void wClientRestore(WWindow * wwin)
|
||||
int gx, gy;
|
||||
|
||||
wClientGetGravityOffsets(wwin, &gx, &gy);
|
||||
/* set the positio of the frame on screen */
|
||||
/* set the position of the frame on screen */
|
||||
wwin->frame_x -= gx * FRAME_BORDER_WIDTH;
|
||||
wwin->frame_y -= gy * FRAME_BORDER_WIDTH;
|
||||
/* if gravity is to the south, account for the border sizes */
|
||||
|
||||
Reference in New Issue
Block a user