~ubuntu-branches/ubuntu/utopic/flwm/utopic

« back to all changes in this revision

Viewing changes to main.C

  • Committer: Bazaar Package Importer
  • Author(s): Bill Allombert
  • Date: 2005-04-08 12:37:28 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050408123728-wnbw3utqy45nlanx
Tags: 1.00-7
* Rebuild with g++ with correct ABI.
* Add Fl::visible_focus(0) in initialize(). This should fix
  Alt-Enter with GNOME2 apps. Closes: #246090. Thanks Duncan Sargeant
* Ship the menu-method not executable in the tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
298
298
  XFree((void *)wins);
299
299
 
300
300
#endif
 
301
  Fl::visible_focus(0);
301
302
}
302
303
 
303
304
////////////////////////////////////////////////////////////////
351
352
}
352
353
 
353
354
int main(int argc, char** argv) {
354
 
  program_name = filename_name(argv[0]);
 
355
  program_name = fl_filename_name(argv[0]);
355
356
  int i; if (Fl::args(argc, argv, i, arg) < argc) Fl::error(
356
357
"options are:\n"
357
358
" -d[isplay] host:#.#\tX display & screen to use\n"