~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to clicktofocus.c

  • Committer: Matthew Fuller
  • Date: 2014-09-28 09:55:46 UTC
  • mto: This revision was merged to the branch mainline in revision 341.
  • Revision ID: fullermd@over-yonder.net-20140928095546-r8qhla6v6aywx8gu
Rearrange includes to be in what we'll call the Proper Order.

Show diffs side-by-side

added added

removed removed

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