[gtk+] tests: Don't force black background in testwindows
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] tests: Don't force black background in testwindows
- Date: Sun, 12 Oct 2014 03:54:58 +0000 (UTC)
commit 3d45d53714f48fe0af62157fffcbdcf6eb745194
Author: Benjamin Otte <otte redhat com>
Date: Sun Oct 12 05:15:23 2014 +0200
tests: Don't force black background in testwindows
tests/testwindows.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/tests/testwindows.c b/tests/testwindows.c
index b528dd1..de5d0d8 100644
--- a/tests/testwindows.c
+++ b/tests/testwindows.c
@@ -815,7 +815,6 @@ main (int argc, char **argv)
GtkWidget *button, *scrolled, *grid;
GtkTreeViewColumn *column;
GtkCellRenderer *renderer;
- GdkRGBA black = {0,0,0,1};
GFile *file;
gtk_init (&argc, &argv);
@@ -847,7 +846,6 @@ main (int argc, char **argv)
gtk_container_add (GTK_CONTAINER (frame), darea);
gtk_widget_realize (darea);
gtk_widget_show (darea);
- gtk_widget_override_background_color (darea, 0, &black);
vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 5);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]