mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
radeon_glamor_wrappers: fix missing include of fbpict.h
We're calling fbComposite() and fbAddTraps() here, which are defined in <fbpict.h>. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
648188b897
commit
8528cb6146
@@ -34,7 +34,8 @@
|
||||
|
||||
#ifdef USE_GLAMOR
|
||||
|
||||
#include "fb.h"
|
||||
#include <fb.h>
|
||||
#include <fbpict.h>
|
||||
|
||||
#include "radeon.h"
|
||||
#include "radeon_bo_helper.h"
|
||||
|
||||
@@ -60,7 +60,8 @@
|
||||
|
||||
#include <X11/extensions/damageproto.h>
|
||||
|
||||
#include "fb.h"
|
||||
#include <fb.h>
|
||||
|
||||
#include "radeon_chipinfo_gen.h"
|
||||
|
||||
#include "radeon_bo_gem.h"
|
||||
|
||||
Reference in New Issue
Block a user