tools/trace: Return dummy fence object to silence warnings.

This commit is contained in:
José Fonseca 2013-07-01 12:06:37 +01:00
parent 0fd71ac9eb
commit acc6a141b8

View file

@ -523,7 +523,8 @@ class Context(Dispatcher):
resource.data[box.x : box.x + box.width] = data
def flush(self, flags):
pass
# Return a fake fence
return self.interpreter.call_no
def clear(self, buffers, color, depth, stencil):
pass