/[rdesktop]/sourceforge.net/branches/seamlessrdp-branch/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/branches/seamlessrdp-branch/rdesktop/xwin.c

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

revision 1089 by astrand, Fri Mar 10 08:50:43 2006 UTC revision 1094 by astrand, Fri Mar 10 10:40:50 2006 UTC
# Line 1731  xwin_process_events(void) Line 1731  xwin_process_events(void)
1731          char str[256];          char str[256];
1732          Status status;          Status status;
1733          int events = 0;          int events = 0;
1734            seamless_window *sw;
1735    
1736          while ((XPending(g_display) > 0) && events++ < 20)          while ((XPending(g_display) > 0) && events++ < 20)
1737          {          {
# Line 1893  xwin_process_events(void) Line 1894  xwin_process_events(void)
1894                                  }                                  }
1895                                  else                                  else
1896                                  {                                  {
                                         seamless_window *sw;  
1897                                          sw = seamless_get_window_by_wnd(xevent.xexpose.window);                                          sw = seamless_get_window_by_wnd(xevent.xexpose.window);
1898                                          if (sw)                                          if (sw)
1899                                                  XCopyArea(g_display, g_backstore,                                                  XCopyArea(g_display, g_backstore,
# Line 3095  ui_seamless_move_window(unsigned long id Line 3095  ui_seamless_move_window(unsigned long id
3095    
3096    
3097  void  void
3098  ui_seamless_settitle(unsigned long id, const char *title)  ui_seamless_settitle(unsigned long id, const char *title, unsigned long flags)
3099  {  {
3100          seamless_window *sw;          seamless_window *sw;
3101    

Legend:
Removed from v.1089  
changed lines
  Added in v.1094

  ViewVC Help
Powered by ViewVC 1.1.26