[cogl/wip/outputs: 69/71] stash
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/wip/outputs: 69/71] stash
- Date: Fri, 27 Sep 2013 13:43:58 +0000 (UTC)
commit 2d4f98172ec8b0e07f64b1795560cb11100745cc
Author: Robert Bragg <robert linux intel com>
Date: Wed Aug 14 10:29:59 2013 +0100
stash
cogl/winsys/cogl-winsys-egl-kms.c | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/cogl/winsys/cogl-winsys-egl-kms.c b/cogl/winsys/cogl-winsys-egl-kms.c
index dac951b..3223765 100644
--- a/cogl/winsys/cogl-winsys-egl-kms.c
+++ b/cogl/winsys/cogl-winsys-egl-kms.c
@@ -1279,17 +1279,17 @@ _cogl_winsys_commit_outputs (CoglRenderer *renderer,
}
- /* We always assume there is always at least one overlay
- * associated with each output */
- g_warn_if_fail (b->output->pending->overlays &&
- b->output->pending->overlays->data);
- overlay0_b = b->output->pending->overlays->data;
+ /* We assume there is always at least one overlay associated
+ * with each output */
+ g_warn_if_fail (state_new->output->pending->overlays &&
+ state-new->output->pending->overlays->data);
+ overlay0 = state_new->output->pending->overlays->data;
- /* We also assume there is always source associated with
+ /* We also assume there is always a source associated with
* each overlay */
- g_warn_if_fail (overlay0_b->onscreen_source);
+ g_warn_if_fail (overlay0->onscreen_source);
- b_overlay0_link = b->output->pending->overlays;
+ overlay0_link = b->output->pending->overlays;
if (!
#error FIXME
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]