st/egl_g3d: Clean up for x11_drawable_get_depth.

Fix a wrong comment and remove an unnecessary #include.
This commit is contained in:
Chia-I Wu 2010-01-18 17:12:50 +08:00
parent a16d353b5e
commit 064eb0a095
2 changed files with 1 additions and 2 deletions

View file

@ -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;
};

View file

@ -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 {