Develop and Download Open Source Software

Browse CVS Repository

Diff of /ttssh2/teraterm/source/teraterm/vtdisp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.21 by yutakapon, Tue Jan 29 16:37:33 2008 UTC revision 1.22 by doda, Wed Jan 30 11:49:58 2008 UTC
# Line 1704  void CaretKillFocus(BOOL show) Line 1704  void CaretKillFocus(BOOL show)
1704            return;            return;
1705    
1706    // Eterm lookfeelの場合は何もしない    // Eterm lookfeelの場合は何もしない
1707    #ifdef ALPHABLEND_TYPE2
1708    if (BGEnable)    if (BGEnable)
1709            return;            return;
1710    #endif  // ALPHABLEND_TYPE2
1711    
1712    /* Get Device Context */    /* Get Device Context */
1713    DispInitDC();    DispInitDC();
# Line 1760  void UpdateCaretKillFocus(BOOL enforce) Line 1762  void UpdateCaretKillFocus(BOOL enforce)
1762            return;            return;
1763    
1764    // Eterm lookfeelの場合は何もしない    // Eterm lookfeelの場合は何もしない
1765    #ifdef ALPHABLEND_TYPE2
1766    if (BGEnable)    if (BGEnable)
1767            return;            return;
1768    #endif  // ALPHABLEND_TYPE2
1769    
1770    if (enforce == TRUE || !Active) {    if (enforce == TRUE || !Active) {
1771            rc.left = CaretX;            rc.left = CaretX;

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26