Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Drew DeVault
xserver
Commits
b60e6cb6
Commit
b60e6cb6
authored
Jun 10, 2011
by
Zhigang Gong
Browse files
glamor: Silence compilation warnings.
Signed-off-by:
Zhigang Gong
<
zhigang.gong@linux.intel.com
>
parent
229240e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
glamor/glamor.c
View file @
b60e6cb6
...
...
@@ -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
)
...
...
glamor/glamor.h
View file @
b60e6cb6
...
...
@@ -34,6 +34,7 @@
#include
"gcstruct.h"
#include
"picturestr.h"
#include
"fb.h"
#include
"fbpict.h"
#endif
/* GLAMOR_H */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment