mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-07 17:12:09 +00:00
glamor: Silence compilation warnings.
Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
This commit is contained in:
@@ -102,7 +102,6 @@ glamor_create_pixmap(ScreenPtr screen, int w, int h, int depth,
|
||||
PixmapPtr pixmap;
|
||||
GLenum format;
|
||||
GLuint tex;
|
||||
glamor_pixmap_private *pixmap_priv;
|
||||
enum glamor_pixmap_type type = GLAMOR_GL;
|
||||
|
||||
if (w > 32767 || h > 32767)
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
#include "gcstruct.h"
|
||||
#include "picturestr.h"
|
||||
#include "fb.h"
|
||||
#include "fbpict.h"
|
||||
|
||||
#endif /* GLAMOR_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user