summaryrefslogtreecommitdiff
path: root/src/modesetting.h
blob: ba84e99ab8bfe6e4f3e6a446a4986db28a959ea8 (plain)
1
2
3
4
5
6
7
8
9
#ifndef MODESETTING_H
#define MODESETTING_H

#include "common.h"

int modeset(struct display * d);
void modeset_cleanup(struct display * d);

#endif /* MODESETTING_H */