Changeset 3911

Show
Ignore:
Timestamp:
10/14/05 14:58:00 (3 years ago)
Author:
horiguti
Message:

alloc.c(Expand PDUMP_SUBR_DOC_SIZE): Expand size to 1100.
mw32fns.c(mw32_init_app): Dont set window class cursor.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/ChangeLog.Meadow

    r3910 r3911  
    112005-10-14  Kyotaro HORIGUCHI  <horiguti@meadowy.org> 
     2        * alloc.c (PDUMP_SUBR_DOC_SIZE): Expand to 1100. 
    23 
    34        * mw32term.c (mw32_load_cursor): New external function. 
     
    67        (mw32-ime-available): New function. 
    78        (mw32-input-langunage-code): New function. 
     9 
     10        * mw32fns.c (mw32_init_app): Don't set window class cursor. 
    811 
    9122005-10-14  Hideyuki SHIRAI  <shirai@meadowy.org> 
  • trunk/src/alloc.c

    r3894 r3911  
    61116111#endif 
    61126112#define PDUMP_POINTERS_SIZE 127 
    6113 #define PDUMP_SUBR_DOC_SIZE 107
     6113#define PDUMP_SUBR_DOC_SIZE 110
    61146114#define PDUMP_INTERVAL_TREE_SIZE 31 
    61156115#define PDUMP_HASH_TABLE_SIZE 7 /* for Lisp_Hash_Table */ 
  • trunk/src/mw32fns.c

    r3906 r3911  
    26042604    wc.hInstance = hinst; 
    26052605    wc.hIcon = LoadIcon (hinst, EMACS_CLASS); 
    2606     wc.hCursor = LoadCursor (NULL, IDC_ARROW)
     2606    wc.hCursor = NULL
    26072607    wc.hbrBackground = GetStockObject (WHITE_BRUSH); 
    26082608    wc.lpszMenuName = NULL;