/external/quake/quake/src/QW/client/ |
vid_x.c | 82 static Colormap x_cmap;
variable 529 x_cmap = XCreateColormap(x_disp, x_win, x_vis, AllocAll);
531 XSetWindowColormap(x_disp, x_win, x_cmap);
629 XStoreColors(x_disp, x_cmap, colors, 256);
|
/external/quake/quake/src/WinQuake/ |
vid_sunx.cpp | 123 static Colormap x_cmap; variable 732 x_cmap = XCreateColormap(x_disp, x_win, x_vis, AllocAll); 734 XSetWindowColormap(x_disp, x_win, x_cmap); 836 XStoreColors(x_disp, x_cmap, colors, 256);
|
vid_sunxil.cpp | 137 static Colormap x_cmap; variable 577 x_cmap = XCreateColormap(x_disp, x_win, x_vis, AllocAll); 579 XSetWindowColormap(x_disp, x_win, x_cmap); 729 XStoreColors(x_disp, x_cmap, colors, 256);
|
vid_x.cpp | 76 static Colormap x_cmap; variable 604 x_cmap = XCreateColormap(x_disp, x_win, x_vis, AllocAll); 606 XSetWindowColormap(x_disp, x_win, x_cmap); 704 XStoreColors(x_disp, x_cmap, colors, 256);
|