/* ** cursor.h ** ** Made by (Stephane RAULT) ** Login <rault_s@epita.fr> ** ** Started on Mon May 10 16:52:13 1999 Stephane RAULT ** Last update Sun May 30 23:47:25 1999 Thomas Poindessous */ #ifndef __CURSOR_H__ #define __CURSOR_H__ #include "epiwm.h" void set_border_cursor(t_win *, Window); void set_titlebar_cursor(t_win *, Window); #endif /* __CURSOR_H__ */