This commit is contained in:
Enrico Weigelt 2025-07-04 11:26:19 -07:00 committed by GitHub
commit 3abf6f40e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 12 deletions

View File

@ -24,15 +24,10 @@
* This file defines functions for drawing some primitives using
* underlying datatypes instead of masks
*/
#include "fb/fb_priv.h"
#define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include "fb/fb_priv.h"
#define __FbMaskBits(x,w,l,n,r) { \
n = (w); \
r = FbRightMask((x)+n); \

View File

@ -20,11 +20,6 @@
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef _FBPICT_H_
#define _FBPICT_H_

View File

@ -34,7 +34,6 @@
#include <gcstruct.h>
#include <picturestr.h>
#include <fb.h>
#include <fbpict.h>
#ifdef GLAMOR_FOR_XORG
#include <xf86xv.h>
#endif

View File

@ -27,6 +27,8 @@
*/
#include <dix-config.h>
#include "fb/fbpict.h"
#include "glamor_priv.h"
void