2006-07-18 17:15:08 +00:00
|
|
|
Change cube logo defaults to use fedora logo and colors.
|
|
|
|
|
|
|
|
From: Kristian Høgsberg <krh@redhat.com>
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2006-08-18 01:36:27 +00:00
|
|
|
plugins/cube.c | 8 ++++----
|
|
|
|
1 files changed, 4 insertions(+), 4 deletions(-)
|
2006-07-18 17:15:08 +00:00
|
|
|
|
|
|
|
diff --git a/plugins/cube.c b/plugins/cube.c
|
2006-08-18 01:36:27 +00:00
|
|
|
index 339d843..783b408 100644
|
2006-07-18 17:15:08 +00:00
|
|
|
--- a/plugins/cube.c
|
|
|
|
+++ b/plugins/cube.c
|
|
|
|
@@ -44,14 +44,14 @@ #include <X11/Xproto.h>
|
|
|
|
|
|
|
|
#include <compiz.h>
|
|
|
|
|
|
|
|
-#define CUBE_COLOR_RED_DEFAULT 0xefef
|
|
|
|
-#define CUBE_COLOR_GREEN_DEFAULT 0xebeb
|
|
|
|
-#define CUBE_COLOR_BLUE_DEFAULT 0xe7e7
|
|
|
|
+#define CUBE_COLOR_RED_DEFAULT 0x0000
|
|
|
|
+#define CUBE_COLOR_GREEN_DEFAULT 0x1919
|
|
|
|
+#define CUBE_COLOR_BLUE_DEFAULT 0x4a4a
|
|
|
|
|
|
|
|
#define CUBE_IN_DEFAULT FALSE
|
|
|
|
|
|
|
|
static char *cubeImages[] = {
|
|
|
|
- "novell.png"
|
|
|
|
+ "/usr/share/pixmaps/fedora-logo.png"
|
|
|
|
};
|
|
|
|
#define N_CUBE_IMAGES (sizeof (cubeImages) / sizeof (cubeImages[0]))
|
|
|
|
|