Ignore:
Timestamp:
Apr 14, 2015 9:02:37 PM (9 years ago)
Author:
mmh
Message:

add ScreenSize? command and use it instead of broken tk screenwidth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/uq/lang/tcl/src/Rappture_Init.c

    r3739 r5222  
    3030extern Tcl_AppInitProc RpDaemon_Init;
    3131extern Tcl_AppInitProc RpCurses_Init;
    32 
     32extern Tcl_AppInitProc RpScreenSize_Init;
    3333#ifdef notdef
    3434extern Tcl_AppInitProc RpLibrary_Init;
     
    7979        return TCL_ERROR;
    8080    }
     81    if (RpScreenSize_Init(interp) != TCL_OK) {
     82        return TCL_ERROR;
     83    }
    8184    if (RpSysinfo_Init(interp) != TCL_OK) {
    8285        return TCL_ERROR;
Note: See TracChangeset for help on using the changeset viewer.