Add (disabled) window/pixmap dump commnd

This commit is contained in:
Kim Woelders 2017-12-16 20:12:45 +01:00
parent e23ddddb9f
commit 6c4a143e97
1 changed files with 8 additions and 0 deletions

View File

@ -1061,6 +1061,14 @@ IPC_Debug(const char *params)
IpcPrintf("Sync off\n");
}
}
#if 0
else if (!strncmp(param, "dump", 2))
{
l = 0;
sscanf(p, "%i", &l);
EDrawableDumpImage(l, "dump");
}
#endif
}
static void