~siretart/x2go/x2goagent-FAU-trunk

« back to all changes in this revision

Viewing changes to programs/Xserver/os/oscolor.c.NX.original

  • Committer: Reinhard Tartler
  • Author(s): Oleksandr Shneyder
  • Date: 2011-01-26 14:03:44 UTC
  • Revision ID: git-v1:a62de702bab4b5d28919fda241f1169482111e8c
Imported Debian patch 3.4.0-5-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
#include <sys/stat.h>
54
54
#include <unistd.h>
55
55
 
56
 
static char* nxAltRgbPaths[] = {"/usr/share/X11/rgb", "/etc/X11/rgb"};
 
56
static char* nxAltRgbPaths[] = {"/usr/NX/share/rgb", "/usr/share/X11/rgb", "/etc/X11/rgb"};
57
57
static char _NXRgbPath[1024];
58
58
 
59
59
#endif