[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]
patch: 8bpp and fullscreen mode
- To: "rdesktop" <rdesktop@xxxxxxxx>
- Subject: patch: 8bpp and fullscreen mode
- From: "Vincent DEDIEU" <vincent@xxxxxxx>
- Date: Fri, 26 Jan 2001 11:56:44 +0100
- Delivered-To: mailing list rdesktop@cifs.org
- Mailing-List: contact rdesktop-help@cifs.org; run by ezmlm
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