/[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 1103 by astrand, Fri Mar 10 13:32:18 2006 UTC revision 1105 by astrand, Fri Mar 10 13:46:15 2006 UTC
# Line 3126  ui_seamless_setstate(unsigned long id, u Line 3126  ui_seamless_setstate(unsigned long id, u
3126          {          {
3127                  case SEAMLESSRDP_NORMAL:                  case SEAMLESSRDP_NORMAL:
3128                  case SEAMLESSRDP_MAXIMIZED:                  case SEAMLESSRDP_MAXIMIZED:
3129                          /* FIXME */                          XMapWindow(g_display, sw->wnd);
3130                          break;                          break;
3131                  case SEAMLESSRDP_MINIMIZED:                  case SEAMLESSRDP_MINIMIZED:
3132                          XIconifyWindow(g_display, sw->wnd, DefaultScreen(g_display));                          XIconifyWindow(g_display, sw->wnd, DefaultScreen(g_display));

Legend:
Removed from v.1103  
changed lines
  Added in v.1105

  ViewVC Help
Powered by ViewVC 1.1.26