Skip to content

Commit

Permalink
make doActivate declared even if not CONFIG_SESSION for #397.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsbers committed Nov 12, 2019
1 parent 5968d9f commit db31ed4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/wmmgr.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1356,9 +1356,7 @@ void YWindowManager::placeWindow(YFrameWindow *frame,
int x, int y,
int cw, int ch,
bool newClient, bool &
#ifdef CONFIG_SESSION
doActivate
#endif
)
{
YFrameClient *client = frame->client();
Expand Down

0 comments on commit db31ed4

Please sign in to comment.