The background_pixel was specified twice, both as black and

white. Leave it as black. 



git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1537 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2010-01-12 09:58:16 +00:00
parent 281d7c9f06
commit adbb524e13

1
xwin.c
View File

@ -1964,7 +1964,6 @@ static void
get_window_attribs(XSetWindowAttributes * attribs)
{
attribs->background_pixel = BlackPixelOfScreen(g_screen);
attribs->background_pixel = WhitePixelOfScreen(g_screen);
attribs->border_pixel = WhitePixelOfScreen(g_screen);
attribs->backing_store = g_ownbackstore ? NotUseful : Always;
attribs->override_redirect = g_fullscreen;