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

#include "common.h"

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

void modeset_crtc(int fd);

#endif /* MODESETTING_H */