Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4675 → Rev 4676

/trunk/kernel/arch/arm32/src/mach/testarm/testarm.c
85,7 → 85,7
.x = 640,
.y = 480,
.scan = 1920,
.visual = VISUAL_BGR_8_8_8,
.visual = VISUAL_RGB_8_8_8,
};
fb_init(&prop);
}