/[rdesktop]/sourceforge.net/trunk/rdesktop/xwin.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/xwin.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1249 by astrand, Mon Aug 7 11:45:06 2006 UTC revision 1250 by astrand, Mon Aug 7 11:46:28 2006 UTC
# Line 1340  select_visual(int screen_num) Line 1340  select_visual(int screen_num)
1340          /* Search for best TrueColor visual */          /* Search for best TrueColor visual */
1341          template.class = TrueColor;          template.class = TrueColor;
1342          template.screen = screen_num;          template.screen = screen_num;
1343          vmatches = XGetVisualInfo(g_display, VisualClassMask | VisualScreenMask, &template, &visuals_count);          vmatches =
1344                    XGetVisualInfo(g_display, VisualClassMask | VisualScreenMask, &template,
1345                                   &visuals_count);
1346          g_visual = NULL;          g_visual = NULL;
1347          g_no_translate_image = False;          g_no_translate_image = False;
1348          g_compatible_arch = False;          g_compatible_arch = False;

Legend:
Removed from v.1249  
changed lines
  Added in v.1250

  ViewVC Help
Powered by ViewVC 1.1.26