/[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 328 by astrand, Tue Feb 18 13:03:51 2003 UTC revision 331 by astrand, Tue Feb 18 13:44:27 2003 UTC
# Line 858  xwin_process_events(void) Line 858  xwin_process_events(void)
858                                  /* If win_button_size is nonzero, enable single app mode */                                  /* If win_button_size is nonzero, enable single app mode */
859                                  if (xevent.xbutton.y < win_button_size)                                  if (xevent.xbutton.y < win_button_size)
860                                  {                                  {
861                                          if (xevent.xbutton.x >= width - win_button_size)                                          if (xevent.xbutton.x < win_button_size)
862                                          {                                          {
863                                                  /* The close button, do nothing */                                                  /* The system menu, do not send to server */
864                                                    break;
865                                            }
866                                            else if (xevent.xbutton.x >= width - win_button_size)
867                                            {
868                                                    /* The close button, continue */
869                                                  ;                                                  ;
870                                          }                                          }
871                                          else if (xevent.xbutton.x >= width - win_button_size * 2)                                          else if (xevent.xbutton.x >= width - win_button_size * 2)

Legend:
Removed from v.328  
changed lines
  Added in v.331

  ViewVC Help
Powered by ViewVC 1.1.26