[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

patch: 8bpp and fullscreen mode



Hello

This is a small patch for the very last rdesktop version (V19-3-9). 
With this patch, the fullscreen mode is now correctly handled in 8bpp.

Vincent

==============================
--- xwin.c.orig Fri Jan 26 11:36:27 2001
+++ xwin.c      Fri Jan 26 11:36:54 2001
@@ -926,7 +926,7 @@
  if (bpp > 8)
   colmap = map;
  else
-  XSetWindowColormap(display, wnd, (Colormap)map);
+  XInstallColormap(display, (Colormap)map);
 }

 void