~ubuntu-branches/ubuntu/maverick/ncbi-tools6/maverick

« back to all changes in this revision

Viewing changes to network/vibnet/trmlst.c

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-03-27 12:00:15 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050327120015-embhesp32nj73p9r
Tags: 6.1.20041020-3
* Fix FTBFS under GCC 4.0 caused by inconsistent use of "static" on
  functions.  (Closes: #295110.)
* Add a watch file, now that we can.  (Upstream's layout needs version=3.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
*
30
30
* Version Creation Date:   8/5/96
31
31
*
32
 
* $Revision: 6.24 $
 
32
* $Revision: 6.26 $
33
33
*
34
34
* File Description: 
35
35
*
2489
2489
  CharPtr finalstr;
2490
2490
  Int2 i;
2491
2491
  Boolean retval = TRUE;
2492
 
  Int2 begin;
2493
 
  Int2 end;
2494
 
  Int2 curstrLen;
 
2492
  Int4 begin;
 
2493
  Int4 end;
 
2494
  Int4 curstrLen;
2495
2495
  Char textObjectReturnStr [3];
2496
2496
  Int2 strLen;
2497
2497
  ValNodePtr head = NULL, vnp;
3323
3323
  tfp = (TermFormPtr) MemNew (sizeof (TermFormData));
3324
3324
 
3325
3325
  if (tfp != NULL) {
3326
 
    w = FixedWindow (-50, -33, -10, -10, title, StdSendCloseWindowMessageProc);
 
3326
    w = FixedWindow (left, top, -10, -10, title, StdSendCloseWindowMessageProc);
3327
3327
    SetObjectExtra (w, tfp, CleanupEntrezTermListForm);
3328
3328
    tfp->form = (ForM) w;
3329
3329
    tfp->formmessage = EntrezTermListFormMessage;