Changeset 356

Show
Ignore:
Timestamp:
07/19/07 07:56:43 (1 year ago)
Author:
ajps
Message:

Open windows in reverse order so the Term 5 is behind Term 4 is behind Term 3 and so on. Aparently this is the desired behviour, though it looks like a change from 3.0.6 to me. :) Closes #272.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/angband-3.0.8/src/main-win.c

    r275 r356  
    40374037                        { 
    40384038                                /* Do something to sub-windows */ 
    4039                                 for (i = 1; i < MAX_TERM_DATA; i++
     4039                                for (i = MAX_TERM_DATA - 1; i >= 0; i--
    40404040                                { 
    40414041                                        SetWindowPos(data[i].w, hWnd, 0, 0, 0, 0,