~openhommdev/openhomm/gui

« back to all changes in this revision

Viewing changes to src/gui/hrBorder.cpp

  • Committer: Roman Fomin
  • Date: 2010-02-23 11:20:15 UTC
  • Revision ID: rfomin@gmail.com-20100223112015-9thacb3wemnlge6m
map border

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
        return;
54
54
    }
55
55
 
56
 
    /*topLeft = cache.loadItem(im.copy(0, 0, 8, 8));
57
 
    left = cache.loadItem(im.copy(0, 100, 8, 128));
58
 
    top = cache.loadItem(im.copy(100, 0, 128, 8));
59
 
    bottomLeft = cache.loadItem(im.copy(0, 553, 53, 47));
60
 
    bottom = cache.loadItem(im.copy(53, 553, 128, 47));
61
 
    topRight = cache.loadItem(im.copy(602, 0, 5, 5));
62
 
    right = cache.loadItem(im.copy(602, 5, 5, 128));
63
 
    bottomRight = cache.loadItem(im.copy(553, 553, 53, 47));*/
64
 
 
65
56
    hrCache &cache = hrCache::Get();
66
57
    QImage im("vfs:/" + name);
67
58