mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-31 14:50:08 +01:00
XQuartz: Change reporting of space change to debug log rather than stderr
This commit is contained in:
parent
ea37e151dc
commit
ed15556a9f
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,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;
|
||||
QuartzMessageServerThread(kXquartzSpaceChanged, 1, space_id);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue