backing out my change
git-svn-id: svn://10.0.0.236/trunk@37628 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -40,9 +40,9 @@
|
||||
|
||||
#define NSCOLOR_TO_GDKCOLOR(n,g) \
|
||||
PR_BEGIN_MACRO \
|
||||
g.red = 256 * NS_GET_R(n); \
|
||||
g.green = 256 * NS_GET_G(n); \
|
||||
g.blue = 256 * NS_GET_B(n); \
|
||||
g ## .red = 256 * NS_GET_R(n); \
|
||||
g ## .green = 256 * NS_GET_G(n); \
|
||||
g ## .blue = 256 * NS_GET_B(n); \
|
||||
PR_END_MACRO
|
||||
|
||||
// Taken from nsRenderingContextGTK.cpp
|
||||
|
||||
Reference in New Issue
Block a user