Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4314 → Rev 4315

/drivers/video/Intel-2D/sna/sna.h
37,12 → 37,12
#ifndef _SNA_H_
#define _SNA_H_
 
#include <stdint.h>
 
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
 
#include <stdint.h>
 
#include "compiler.h"
 
 
51,8 → 51,8
#include <errno.h>
#include <kos32sys.h>
 
#include "pciaccess.h"
#include "intel_driver.h"
#include "pciaccess.h"
 
#include <drm.h>
#include <i915_drm.h>
382,6 → 382,7
 
struct sna_fb
{
uint32_t name;
uint32_t width;
uint32_t height;
uint32_t pitch;