/[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 209 by matthewc, Wed Oct 2 13:51:16 2002 UTC revision 210 by matthewc, Fri Oct 4 14:25:37 2002 UTC
# Line 218  ui_init(void) Line 218  ui_init(void)
218          display = XOpenDisplay(NULL);          display = XOpenDisplay(NULL);
219          if (display == NULL)          if (display == NULL)
220          {          {
221                  error("Failed to open display\n");                  error("Failed to open display: %s\n", XDisplayName(NULL));
222                  return False;                  return False;
223          }          }
224    

Legend:
Removed from v.209  
changed lines
  Added in v.210

  ViewVC Help
Powered by ViewVC 1.1.26