Enrico Weigelt
Enrico Weigelt
Signed-off-by: Enrico Weigelt, metux IT consult
Replace public min/max macros by private MIN/MAX and deprecate them. The few drivers still using them can trivially define them on their own. Adding a new private header for all...
Unexporting several functions not used by external drivers. A few ones need to be _X_EXPORT'ed for proprietary Nvidia driver, but are not supposed to be used by any new drivers....
Those aren't used by any drivers, so no need to keep them public. Signed-off-by: Enrico Weigelt, metux IT consult
This is (rarely used) special mode where, at server regeneration (when last client exited), Xnest is additionally terminating and restarting it's upstream connection, thus also recreating it's main window, etc....
Hadn't any outside callers for quite some time. Signed-off-by: Enrico Weigelt, metux IT consult
Not needed by any external module, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult
These aren't used (neither supposed to be used) by any drivers, so no need to keep them public. Signed-off-by: Enrico Weigelt, metux IT consult
We don't need external xtrans anymore - we've now have our own (heavily modified) copy. This btw is one of the repos that often makes transient build errors.