Mercurial > hg > xemacs-beta
comparison src/glyphs-msw.c @ 5384:3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
See xemacs-patches message with ID
<AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 24 Mar 2011 11:00:11 -0600 |
parents | 635f4b506855 |
children | 4dee0387b9de |
comparison
equal
deleted
inserted
replaced
5383:294ab9180fad | 5384:3889ef128488 |
---|---|
1960 | SWP_SHOWWINDOW | SWP_NOCOPYBITS | SWP_NOACTIVATE); | 1960 | SWP_SHOWWINDOW | SWP_NOCOPYBITS | SWP_NOACTIVATE); |
1961 | 1961 |
1962 /* Doing this once does not seem to be enough, for instance when | 1962 /* Doing this once does not seem to be enough, for instance when |
1963 mapping the search dialog this gets called four times. If we | 1963 mapping the search dialog this gets called four times. If we |
1964 only set on the first time through then the subwindow never | 1964 only set on the first time through then the subwindow never |
1965 gets focus as intended. However, doing this everytime doesn't | 1965 gets focus as intended. However, doing this every time doesn't |
1966 seem so bad, after all we only need to redo this after the | 1966 seem so bad, after all we only need to redo this after the |
1967 focus changes - and if that happens resetting the initial | 1967 focus changes - and if that happens resetting the initial |
1968 focus doesn't seem so bad. */ | 1968 focus doesn't seem so bad. */ |
1969 if (IMAGE_INSTANCE_WANTS_INITIAL_FOCUS (p)) | 1969 if (IMAGE_INSTANCE_WANTS_INITIAL_FOCUS (p)) |
1970 SetFocus (WIDGET_INSTANCE_MSWINDOWS_HANDLE (p)); | 1970 SetFocus (WIDGET_INSTANCE_MSWINDOWS_HANDLE (p)); |