OSDN Git Service

mesa: rename gl_sync_object::Status to StatusFlag
authorBrian Paul <brianp@vmware.com>
Thu, 3 Sep 2009 18:47:25 +0000 (12:47 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 3 Sep 2009 18:47:25 +0000 (12:47 -0600)
commite059885ce357dee8b847f10e8e8c515a4a20042e
treec5a0025777fe8cdf47e1b1496024de2c18724c9f
parent446a71d1f81bc802b5b796d114a4bfa5cc44eaca
mesa: rename gl_sync_object::Status to StatusFlag

There's a symbol collision with X11/Xlib.h #define Status int
in the Mesa xlib code.  This seems the simpliest way to work around this.
src/mesa/drivers/dri/intel/intel_syncobj.c
src/mesa/main/mtypes.h
src/mesa/main/syncobj.c