~ctwm/ctwm/trunk

1
2
3
4
5
6
7
8
9
10
11
#ifndef CLICKTOFOCUS_H
#define CLICKTOFOCUS_H

#include "ctwm.h"
#include "iconmgr.h"
#include "workmgr.h"

TwmWindow *get_last_window(WorkSpace *current);
void set_last_window(WorkSpace *current);

#endif