Skip to content

Commit

Permalink
Fix crashes Xorg server at first attempt using Move menu item (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdnvndr authored and joewing committed Sep 30, 2017
1 parent 746b459 commit bc58de3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/move.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ char MoveClientKeyboard(ClientNode *np)
} else {
height = np->height;
}
currentClient = np;

for(;;) {

Expand Down

0 comments on commit bc58de3

Please sign in to comment.