From 7c42f05d49c05270d12a917db64df71eb5638f2c Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Mon, 18 Jun 2007 13:37:42 +0000 Subject: [PATCH] moved kZombieColor to ZombieReplicantView.h git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21456 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/interface/ZombieReplicantView.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/headers/private/interface/ZombieReplicantView.h b/headers/private/interface/ZombieReplicantView.h index e7fdb33493..9d1bcd13d9 100644 --- a/headers/private/interface/ZombieReplicantView.h +++ b/headers/private/interface/ZombieReplicantView.h @@ -31,6 +31,9 @@ #include +const static rgb_color kZombieColor = {220, 220, 220, 255}; + + // _BZombieReplicantView_ class ------------------------------------------------ class _BZombieReplicantView_ : public BBox {