enlightenment/src/match.h

12 lines
210 B
C

#ifndef E_MATCH_H
#define E_MATCH_H
#include "e.h"
#include "border.h"
#include "desktops.h"
void e_match_set_props(E_Border * b);
void e_match_save_props(E_Border * b);
#endif