mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-23 03:32:55 -04:00
12 lines
206 B
C
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
|