/[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 1246 by stargo, Tue Jul 11 17:22:24 2006 UTC revision 1255 by stargo, Sun Sep 17 11:04:50 2006 UTC
# Line 242  seamless_XDrawLines(Drawable d, XPoint * Line 242  seamless_XDrawLines(Drawable d, XPoint *
242                          break; \                          break; \
243                  case 1: /* Filled */ \                  case 1: /* Filled */ \
244                          XFillArc(g_display, g_wnd, g_gc, x, y, cx, cy, 0, 360*64); \                          XFillArc(g_display, g_wnd, g_gc, x, y, cx, cy, 0, 360*64); \
245                          ON_ALL_SEAMLESS_WINDOWS(XCopyArea, (g_display, g_ownbackstore ? g_backstore : g_wnd, sw->wnd, g_gc, \                          ON_ALL_SEAMLESS_WINDOWS(XFillArc, (g_display, sw->wnd, g_gc, x-sw->xoffset, y-sw->yoffset, cx, cy, 0, 360*64)); \
                                                             x, y, cx, cy, x-sw->xoffset, y-sw->yoffset)); \  
246                          if (g_ownbackstore) \                          if (g_ownbackstore) \
247                                  XFillArc(g_display, g_backstore, g_gc, x, y, cx, cy, 0, 360*64); \                                  XFillArc(g_display, g_backstore, g_gc, x, y, cx, cy, 0, 360*64); \
248                          break; \                          break; \
# Line 1341  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;
# Line 2304  ui_select(int rdp_socket) Line 2305  ui_select(int rdp_socket)
2305    
2306  #ifdef WITH_RDPSND  #ifdef WITH_RDPSND
2307                  if (g_dsp_busy && FD_ISSET(g_dsp_fd, &wfds))                  if (g_dsp_busy && FD_ISSET(g_dsp_fd, &wfds))
2308                          wave_out_play();                          rdpsnd_play();
2309  #endif  #endif
2310          }          }
2311  }  }

Legend:
Removed from v.1246  
changed lines
  Added in v.1255

  ViewVC Help
Powered by ViewVC 1.1.26