Changeset 3 in svn


Ignore:
Timestamp:
Mar 10, 2015 5:51:37 PM (11 years ago)
Author:
jglee
Message:

reduce window manager load

Location:
trunk/zasc/app_c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/zasc/app_c/DST_ChannelTune.c

    r2 r3  
    964964                case CT_RECEIVE_RF_UPDATE: 
    965965                case CT_VIDEO_RESOLUTION: 
     966                case CT_AV_INFO: 
     967                case CT_AUDIO_MODE: 
    966968                        break; 
    967969                         
  • trunk/zasc/app_c/DST_WinManagerTask.c

    r2 r3  
    525525        if (!gWinEventMsgQ) return; 
    526526        PrintWindowMsg(event); 
     527        //DST_Printf("event.cmd = %d %d\n", event.cmd, event.data32[0]);  
    527528        if (gWinEventMsgQ_Count > 100) 
    528529        { 
Note: See TracChangeset for help on using the changeset viewer.