MCPcopy Create free account
hub / github.com/SimHacker/micropolis / UpdateHints

Function UpdateHints

micropolis-activity/src/tk/tkwm.c:1914–1924  ·  view source on GitHub ↗
(winPtr)

Source from the content-addressed store, hash-verified

1912 * This procedure is called to update the window manager's
1913 * hints information from the information in a WmInfo
1914 * structure.
1915 *
1916 * Results:
1917 * None.
1918 *
1919 * Side effects:
1920 * Properties get changed for winPtr.
1921 *
1922 *--------------------------------------------------------------
1923 */
1924
1925static void
1926UpdateHints(winPtr)
1927 TkWindow *winPtr;

Callers 2

TkWmMapWindowFunction · 0.85
Tk_WmCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected