/[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 263 by astrand, Mon Nov 18 18:12:49 2002 UTC revision 273 by astrand, Tue Nov 19 14:22:47 2002 UTC
# Line 307  ui_init(void) Line 307  ui_init(void)
307                  {                  {
308                          error("Failed to get workarea.\n");                          error("Failed to get workarea.\n");
309                          error("Perhaps your window manager does not support EWMH?\n");                          error("Perhaps your window manager does not support EWMH?\n");
310                          exit(1);                          error("Defaulting to geometry 800x600\n");
311                            width = 800; height = 600;
312                  }                  }
313          }          }
314    
# Line 1188  ui_draw_text(uint8 font, uint8 flags, in Line 1189  ui_draw_text(uint8 font, uint8 flags, in
1189                                  else                                  else
1190                                  {                                  {
1191                                          error("this shouldn't be happening\n");                                          error("this shouldn't be happening\n");
1192                                          break;                                          exit(1);
1193                                  }                                  }
1194                                  /* this will move pointer from start to first character after FF command */                                  /* this will move pointer from start to first character after FF command */
1195                                  length -= i + 3;                                  length -= i + 3;

Legend:
Removed from v.263  
changed lines
  Added in v.273

  ViewVC Help
Powered by ViewVC 1.1.26