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