diff options
author | Keith Packard <keithp@keithp.com> | 2008-05-05 10:51:49 -0700 | |
---|---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-05-05 10:51:49 -0700 | |
commit | b6f173c430#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <linux/fb.h>
#include <kms++util/kms++util.h>
using namespace kms;
int main(int argc, char** argv)
{
const char* fbdev = "/dev/fb0";
int r;
int fd 0 files changed, 0 insertions, 0 deletions |