1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | 2× | /* * GPII Node.js Xrandr Bridge * * Copyright 2013 Emergya * * Licensed under the New BSD license. You may not use this file except in * compliance with this License. * * You may obtain a copy of the License at * https://github.com/GPII/linux/blob/master/LICENSE.txt * * The research leading to these results has received funding from the European Union's * Seventh Framework Programme (FP7/2007-2013) * under grant agreement no. 289016. */ "use strict"; require("./xrandr_bridge.js"); |