• Mike Gabriel's avatar
    Xserver/os/oscolor.c: Follow X.org in dropping the rgb.txt file entirely.… · 7e99ae37
    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.
    7e99ae37
Name
Last commit
Last update
..
Imake.cf Loading commit data...
Imake.rules Loading commit data...
Imake.tmpl Loading commit data...
Imakefile Loading commit data...
Library.tmpl Loading commit data...
README Loading commit data...
Server.tmpl Loading commit data...
ServerLib.tmpl Loading commit data...
Threads.tmpl Loading commit data...
X11.rules Loading commit data...
X11.tmpl Loading commit data...
cross.def Loading commit data...
cross.rules Loading commit data...
host.def Loading commit data...
linux.cf Loading commit data...
lnxLib.rules Loading commit data...
lnxLib.tmpl Loading commit data...
noop.rules Loading commit data...
nxversion.def.in Loading commit data...
site.def Loading commit data...
xf86.rules Loading commit data...
xorg.cf Loading commit data...
xorg.tmpl Loading commit data...
xorgsite.def Loading commit data...
xorgversion.def Loading commit data...