Léo Lam 2f22c76db1 UICommon: Avoid including Xrandr.h
Xlib has really terrible headers that declare non-namespaced
macros and typedefs for common words.

Just wasted 10 minutes trying to figure out why a unit test failed
to build before I remembered it was Xrandr.h conflicting with our
enum class members again.

To fix the issue, this removes the Display* parameter from the
EnableScreensaver function (which was unused) so we don't have
to include Xrandr.h anymore.
2018-04-14 17:14:38 +02:00
..
2018-04-12 21:28:39 +02:00
2018-04-12 21:28:39 +02:00
2018-04-12 21:28:39 +02:00
2018-04-12 21:28:39 +02:00
2017-09-02 23:51:59 +02:00
2017-11-19 22:06:32 +01:00
2018-04-12 21:28:39 +02:00
2018-03-24 03:02:47 +01:00
2018-02-24 21:12:22 +01:00
2017-09-02 23:51:59 +02:00
2018-03-31 16:21:17 +02:00
2018-03-31 16:21:17 +02:00
2018-02-28 19:47:56 +01:00
2018-04-09 19:14:14 +02:00
2017-09-14 17:15:21 -07:00
2018-03-23 10:42:40 +01:00