XQuartz: Change reporting of space change to debug log rather than stderr

(cherry picked from commit ed15556a9f)
This commit is contained in:
Jeremy Huddleston 2008-04-02 18:05:34 -07:00
parent c737d04c75
commit 2e42b67b82

View File

@ -108,7 +108,7 @@ static void eventHandler(unsigned int type, const void *arg,
}
break;
case XP_EVENT_SPACE_CHANGED:
ErrorF("XP_EVENT_SPACE_CHANGED\n");
DEBUG_LOG("XP_EVENT_SPACE_CHANGED\n");
if(arg_size == sizeof(uint32_t)) {
uint32_t space_id = *(uint32_t *)arg;
DarwinSendDDXEvent(kXquartzSpaceChanged, 1, space_id);