mesa: move declaration of buffer var in handle_first_current()
authorBrian Paul <brianp@vmware.com>
Tue, 23 Feb 2016 20:25:43 +0000 (13:25 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 24 Feb 2016 15:31:31 +0000 (08:31 -0700)
commit1e41c2e1350a91b9de4359011328e4de0418b33b
treeb08dfab1203849abeb1fdab3a7c742f0643d0f8e
parentc8fdb42c9138a1b510b4cbf768832a09f6398f96
mesa: move declaration of buffer var in handle_first_current()

Declare the var in the scopes where it's used.

Reviewed-by: Rob Clark <robdclark@gmail.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/mesa/main/context.c