if (height < 0)
{
height = -height;
- x -= height;
+ y -= height;
}
}
// TODO for other implementations. This should really go into
// platform-specific directories.
+#ifdef __WXMAC__
+ else return NULL;
+#endif
#ifdef __WXSTUBS__
else return NULL;
#endif