Skip to content

Commit

Permalink
Forgot to uncomment the TileWindow function....
Browse files Browse the repository at this point in the history
  • Loading branch information
DemiRom committed Jan 30, 2024
1 parent 216fe62 commit 627b6a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tiling.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ void tileWindows() {
return;
}

//TODO UNCOMMENT BEFORE MASTER MERGE
//TileWindows(GetDesktopWindow(), MDITILE_VERTICAL | MDITILE_SKIPDISABLED, NULL, currentManagedIndex, managed);
TileWindows(GetDesktopWindow(), MDITILE_VERTICAL | MDITILE_SKIPDISABLED, NULL, currentManagedIndex, managed);
}

0 comments on commit 627b6a0

Please sign in to comment.