Ignore:
Timestamp:
Mar 17, 2016, 7:56:48 PM (8 years ago)
Author:
dkearney
Message:

removing hardcoded path to tcl/tk source header files
tcl/tk source path is provided by TCL_SRC_DIR and TK_SRC_DIR in configure file
updating parameter lists for RpSqueezer?.c calls to tcl/tk 8.5 functions
updating sidebarframe.tcl widget for blt4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4_trunk/gui/src/RpSqueezer.c

    r5673 r6136  
    199199        }
    200200    }
    201     Tk_PhotoSetSize(destPhoto, destw, srch);
    202     Tk_PhotoPutBlock(destPhoto, &destBlock, 0, 0,
     201    Tk_PhotoSetSize(NULL, destPhoto, destw, srch);
     202    Tk_PhotoPutBlock(NULL, destPhoto, &destBlock, 0, 0,
    203203        destBlock.width, destBlock.height, TK_PHOTO_COMPOSITE_SET);
    204204
Note: See TracChangeset for help on using the changeset viewer.