~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to clicktofocus.c

  • Committer: Matthew Fuller
  • Date: 2016-08-16 10:37:18 UTC
  • mfrom: (514.2.49 build)
  • Revision ID: fullermd@over-yonder.net-20160816103718-7ay3cpxxzlkaw1er
Implement a parallel minimal build system, which can at least yield a
runnable ctwm in situations where the cmake chain is unavailable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include "ctwm.h"
 
2
#include "util.h"
2
3
#include "screen.h"
3
4
#include "clicktofocus.h"
4
 
#include "win_ops.h"
5
5
 
6
6
static TwmWindow *get_last_window(WorkSpace *current)
7
7
{