mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 06:28:07 +02:00
glamor_picture: Fix the wrong order of header file.
Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
This commit is contained in:
parent
bf24c2c068
commit
e03ad27dfb
1 changed files with 1 additions and 1 deletions
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "mipict.h"
|
||||
#include "glamor_priv.h"
|
||||
#include "mipict.h"
|
||||
|
||||
/* Upload picture to texture. We may need to flip the y axis or
|
||||
* wire alpha to 1. So we may conditional create fbo for the picture.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue