Conversation
Verdict: changes-requested — blocking compile error: The problemThe PR replaces screen->pScreen->driver->mynum /* ephyr.c:1047, 1061, 1083, 1095, 1112 */
ephyrCursorScreen->driver->mynum /* ephyr.c:1054 */
So this does not compile whenever Xephyr is built ( Suggested fix (matches the commit's intent)
Other rules
Happy to re-review once the |
The debug logging is inconsistent with which screen number to print out in (usually disabled) debug log messages. For now both pScreen->myNum and scrnpriv->mynum are the same - but in the future they might become different. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
e3b11de to
6f6e95c
Compare
The debug logging is inconsistent with which screen number to print out in
(usually disabled) debug log messages. For now both pScreen->myNum and
scrnpriv->mynum are the same - but in the future they might become different.
Signed-off-by: Enrico Weigelt, metux IT consult info@metux.net