Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4768 → Rev 4767

/contrib/sdk/sources/libdrm/include/drm/i915_drm.h
962,6 → 962,15
__u32 pad;
};
 
struct drm_i915_mask_update {
__u32 handle;
__u32 width;
__u32 height;
__u32 bo_size;
__u32 bo_pitch;
__u32 bo_map;
};
 
struct drm_i915_fb_info {
__u32 name;
__u32 width;
972,14 → 981,4
__u32 pipe;
};
 
struct drm_i915_mask_update {
__u32 handle;
__u32 dx;
__u32 dy;
__u32 width;
__u32 height;
__u32 bo_pitch;
__u32 bo_map;
};
 
#endif /* _I915_DRM_H_ */