• Mike Gabriel's avatar
    Xserver/os/oscolor.c: Follow X.org in dropping the rgb.txt file entirely.… · f6a11402
    Mike Gabriel authored
    Xserver/os/oscolor.c: Follow X.org in dropping the rgb.txt file entirely. Content of that file is now hard-coded.
    
     Adopting an exact copy of os/oscolor.c from X.org leads to this compiler warning:
    
     ```
     oscolor.c:844:1: warning: string length ‘7614’ is greater than the length ‘4095’ ISO C99 compilers are required to support [-Woverlength-strings]
     };
     ^
     ```
    
     This will be address later in coordination with X.org.
    
     Note: there is a tiny change in oscolor.c as we ship it. The original X.org file includes <X11/keysym.h> which seems
     unneeded. We drop that one line from oscolor.c.
    
     Fixes ArcticaProject/nx-libs#259.
    f6a11402
Name
Last commit
Last update
..
Imakefile Loading commit data...
atom.c Loading commit data...
buildatoms Loading commit data...
colormap.c Loading commit data...
cursor.c Loading commit data...
devices.c Loading commit data...
dispatch.c Loading commit data...
dispatch.h Loading commit data...
dixfonts.c Loading commit data...
dixutils.c Loading commit data...
events.c Loading commit data...
extension.c Loading commit data...
ffs.c Loading commit data...
gc.c Loading commit data...
globals.c Loading commit data...
glyphcurs.c Loading commit data...
grabs.c Loading commit data...
initatoms.c Loading commit data...
main.c Loading commit data...
pixmap.c Loading commit data...
privates.c Loading commit data...
property.c Loading commit data...
region.c Loading commit data...
resource.c Loading commit data...
swaprep.c Loading commit data...
swapreq.c Loading commit data...
tables.c Loading commit data...
window.c Loading commit data...
xpstubs.c Loading commit data...