diff options
author | Brian Paul <[email protected]> | 2008-09-18 15:17:05 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-09-18 15:17:05 -0600 |
commit | ecadb51bbcb972a79f3ed79e65a7986b9396e757 (patch) | |
tree | 8cb4649334166bb5104127b4c1b5abddd3ea6907 /src/mesa/drivers/dri/r200/r200_lock.c | |
parent | 374e7fd6cc95d3d91629a6e1c951d77e8a29c31c (diff) |
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.template
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_lock.c')
-rw-r--r-- | src/mesa/drivers/dri/r200/r200_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_lock.c b/src/mesa/drivers/dri/r200/r200_lock.c index f89b526a312..99661a4bfb4 100644 --- a/src/mesa/drivers/dri/r200/r200_lock.c +++ b/src/mesa/drivers/dri/r200/r200_lock.c @@ -60,7 +60,7 @@ r200UpdatePageFlipping( r200ContextPtr rmesa ) -/* Update the hardware state. This is called if another context has +/* Update the hardware state. This is called if another main/context.has * grabbed the hardware lock, which includes the X server. This * function also updates the driver's window state after the X server * moves, resizes or restacks a window -- the change will be reflected |