[grits] Update test plugin for level rendering changes
- From: Andy Spencer <andys src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grits] Update test plugin for level rendering changes
- Date: Thu, 16 Feb 2012 23:18:09 +0000 (UTC)
commit ddec1ba9b0fe842aef5fd0039fd0f79f275c87f1
Author: Andy Spencer <andy753421 gmail com>
Date: Thu Feb 9 09:30:25 2012 +0000
Update test plugin for level rendering changes
src/plugins/test.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/test.c b/src/plugins/test.c
index 8fb3ee6..ae62a7d 100644
--- a/src/plugins/test.c
+++ b/src/plugins/test.c
@@ -123,7 +123,7 @@ void _load_poly(GritsPluginTest *test)
test->poly->color[3] = 0.2;
test->poly->border[3] = 1;
test->poly->width = 6;
- grits_viewer_add(test->viewer, GRITS_OBJECT(test->poly), GRITS_LEVEL_OVERLAY, TRUE);
+ grits_viewer_add(test->viewer, GRITS_OBJECT(test->poly), GRITS_LEVEL_OVERLAY, FALSE);
g_signal_connect(test->poly, "enter", G_CALLBACK(on_poly_enter), NULL);
g_signal_connect(test->poly, "leave", G_CALLBACK(on_poly_leave), NULL);
g_signal_connect(test->poly, "button-press", G_CALLBACK(on_poly_button), NULL);
@@ -138,7 +138,7 @@ void _load_line(GritsPluginTest *test)
test->line->color[2] = 0;
test->line->color[3] = 1;
test->line->width = 8;
- grits_viewer_add(test->viewer, GRITS_OBJECT(test->line), GRITS_LEVEL_OVERLAY, TRUE);
+ grits_viewer_add(test->viewer, GRITS_OBJECT(test->line), GRITS_LEVEL_OVERLAY, FALSE);
g_signal_connect(test->line, "enter", G_CALLBACK(on_poly_enter), NULL);
g_signal_connect(test->line, "leave", G_CALLBACK(on_poly_leave), NULL);
g_signal_connect(test->line, "button-press", G_CALLBACK(on_poly_button), NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]