~ubuntu-branches/ubuntu/lucid/perl-tk/lucid

« back to all changes in this revision

Viewing changes to pTk/mTk/generic/tkInt.h

  • Committer: Bazaar Package Importer
  • Author(s): Colin Tuckley
  • Date: 2008-02-15 13:56:59 UTC
  • mfrom: (1.1.3 upstream) (4.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080215135659-ru2oqlykuju20fav
Tags: 1:804.028-1
* New Upstream Release (Closes: #463080).
* Update to Debhelper v5.
* Build with XFT=1 (Closes: #411129).

Show diffs side-by-side

added added

removed removed

Lines of Context:
504
504
                                 * defined in below. */
505
505
    TkCaret caret;              /* information about the caret for this
506
506
                                 * display.  This is not a pointer. */
 
507
    int iconDataSize;           /* Size of default iconphoto image data */
 
508
    unsigned char *iconDataPtr; /* Default iconphoto image data, if set */
507
509
} TkDisplay;
508
510
 
509
511
/*