dvdhrm / kmscon

Linux KMS/DRM based virtual Console Emulator
http://www.freedesktop.org/wiki/Software/kmscon
Other
431 stars 81 forks source link

Use background color rather than hardcoded black color to fill margin #119

Closed Aetf closed 6 years ago

Aetf commented 9 years ago

Also fix a bug related to coordinate that preventing margin color to be correctly drawn:

opengl uses a coordinate system with the origin at lower-left corner and positive y-axis up, while other parts uses a coordinate system with the origin at upper-left corner and positive y-axis down.