mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-16 03:18:06 +02:00
apple: Silence some debug spew
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
(cherry picked from commit 098ecfad83)
This commit is contained in:
parent
521819f29c
commit
7e90db0ddc
1 changed files with 3 additions and 3 deletions
|
|
@ -332,12 +332,12 @@ XAppleDRICreateSharedBuffer(Display * dpy, int screen, Drawable drawable,
|
|||
return False;
|
||||
}
|
||||
|
||||
printf("rep.stringLength %d\n", (int) rep.stringLength);
|
||||
/* printf("rep.stringLength %d\n", (int) rep.stringLength); */
|
||||
|
||||
if (rep.stringLength > 0 && rep.stringLength <= pathlen) {
|
||||
_XReadPad(dpy, path, rep.stringLength);
|
||||
|
||||
printf("path: %s\n", path);
|
||||
/* printf("path: %s\n", path); */
|
||||
|
||||
*width = rep.width;
|
||||
*height = rep.height;
|
||||
|
|
@ -404,7 +404,7 @@ XAppleDRICreatePixmap(Display * dpy, int screen, Drawable drawable,
|
|||
if (rep.stringLength > 0 && rep.stringLength <= bufnamesize) {
|
||||
_XReadPad(dpy, bufname, rep.stringLength);
|
||||
|
||||
printf("path: %s\n", bufname);
|
||||
/* printf("path: %s\n", bufname); */
|
||||
|
||||
*width = rep.width;
|
||||
*height = rep.height;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue