Ubuntu Pastebin

Paste from Marco Trevisan (3v1n0) at Fri, 19 Feb 2016 11:39:53 +0000

Download as text
1
2
3
4
5
6
7
8
9
monitor.geometry.x = crtc->x;
    monitor.geometry.y = crtc->y;
    monitor.geometry.width = crtc->width;
    monitor.geometry.height = crtc->height;

    monitor.output = resources->outputs[i];
    monitor.width_mm = output->mm_width;
    monitor.height_mm = output->mm_height;
    monitor.output_name = g_strdup (output->name);
Download as text