Fixed text hilighting color problem in Xlib. By peter@igelaus.com.au

git-svn-id: svn://10.0.0.236/trunk@77413 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
quy%igelaus.com.au 2000-08-28 23:46:57 +00:00
parent 87b7e7419c
commit e205930fa0

View File

@ -29,11 +29,12 @@ static NS_DEFINE_IID(kILookAndFeelIID, NS_ILOOKANDFEEL_IID);
NS_IMPL_ISUPPORTS(nsLookAndFeel, kILookAndFeelIID)
nsLookAndFeel::nsLookAndFeel() : nsILookAndFeel()
nsLookAndFeel::nsLookAndFeel()
{
NS_INIT_REFCNT();
PR_LOG(XlibWidgetsLM, PR_LOG_DEBUG, ("nsLookAndFeel::nsLookAndFeel()\n"));
(void)NS_NewXPLookAndFeel(getter_AddRefs(mXPLookAndFeel));
}
nsLookAndFeel::~nsLookAndFeel()