xsrc/external/mit/ctwm/dist/clicktofocus.h
2015-10-15 21:39:42 +02:00

12 lines
206 B
C

#ifndef CLICKTOFOCUS_H
#define CLICKTOFOCUS_H
#include "twm.h"
#include "iconmgr.h"
#include "workmgr.h"
TwmWindow * get_last_window(WorkSpace *current);
void set_last_window(WorkSpace *current);
#endif