mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
st/egl_g3d: Clean up for x11_drawable_get_depth.
Fix a wrong comment and remove an unnecessary #include.
This commit is contained in:
parent
a16d353b5e
commit
064eb0a095
2 changed files with 1 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ struct x11_screen {
|
|||
XVisualInfo *visuals;
|
||||
int num_visuals;
|
||||
|
||||
/* cached values for x11_drawable_get_format */
|
||||
/* cached values for x11_drawable_get_depth */
|
||||
Drawable last_drawable;
|
||||
unsigned int last_depth;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
#include <X11/Xutil.h>
|
||||
#include <X11/extensions/dri2tokens.h>
|
||||
#include "pipe/p_compiler.h"
|
||||
#include "pipe/p_format.h"
|
||||
#include "common/native.h"
|
||||
|
||||
enum x11_screen_extension {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue