Tk Source Code

Check-in [c22c6911]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix typo
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | tka11y
Files: files | file ages | folders
SHA3-256: c22c6911e2eb6bf34932730d3daeb304632f4c26a1a4c83e6cc22ecc877eda48
User & Date: kevin_walzer 2025-08-15 01:40:22.466
Context
2025-08-15
18:14
Simplify threading; re-work name, description, value cache updating check-in: 3542beab user: kevin_walzer tags: tka11y
01:40
Fix typo check-in: c22c6911 user: kevin_walzer tags: tka11y
01:17
Some progress on segfaults check-in: 2a98bd3d user: kevin_walzer tags: tka11y
Changes
Unified Diff Ignore Whitespace Patch
Changes to unix/tkUnixAccessibility.c.
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
    if (glib_context) {
        while (g_main_context_iteration(glib_context, FALSE)) {
        }
    }

    in_process_pending = FALSE;

    /* Re-scheudle. */
    Tcl_CreateTimerHandler(10, ProcessPendingEvents, NULL);
}


/*
 *----------------------------------------------------------------------
 *







|







387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
    if (glib_context) {
        while (g_main_context_iteration(glib_context, FALSE)) {
        }
    }

    in_process_pending = FALSE;

    /* Re-schedule. */
    Tcl_CreateTimerHandler(10, ProcessPendingEvents, NULL);
}


/*
 *----------------------------------------------------------------------
 *