nested: Add double-buffered state semantics to the nested example
authorNeil Roberts <neil@linux.intel.com>
Sun, 8 Sep 2013 18:49:02 +0000 (19:49 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 5 Dec 2013 00:34:07 +0000 (16:34 -0800)
commit15a8d340fdadd4897dfcb102d6d7e3e097ad6d98
treeb7ab7ab6fc4f143d707f155d4f9f64f35e51220f
parent6bf23879e98c4bd8e30c28f3a5cd610ceb958da6
nested: Add double-buffered state semantics to the nested example

The buffer and frame callback state on the surfaces in the nested
compositor example are now double-buffered so that they only take
effect when the commit request is received. This doesn't really make
much difference for the current state that the example has but it will
be useful when more state is added in later patches.
clients/nested.c