enlightenment/src/match.h

13 lines
179 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