comparison pidgin/plugins/win32/winprefs/gtkappbar.c @ 31534:a8cc50c2279f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:55:30 +0000
parents 8998ca47e6d0
children
comparison
equal deleted inserted replaced
31533:44f53d3fc54f 31534:a8cc50c2279f
165 else 165 else
166 return; 166 return;
167 SetWindowLong(hwnd, GWL_EXSTYLE, style); 167 SetWindowLong(hwnd, GWL_EXSTYLE, style);
168 SetWindowPos(hwnd, 0, 0, 0, 0, 0, 168 SetWindowPos(hwnd, 0, 0, 0, 0, 0,
169 SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE); 169 SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE);
170 170
171 /* This really should be the following, but SWP_FRAMECHANGED strangely causes initermittent problems "Show Desktop" done more than once. 171 /* This really should be the following, but SWP_FRAMECHANGED strangely causes initermittent problems "Show Desktop" done more than once.
172 * Not having SWP_FRAMECHANGED *should* cause the Style not to be applied, but i haven't noticed any problems 172 * Not having SWP_FRAMECHANGED *should* cause the Style not to be applied, but i haven't noticed any problems
173 * SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_FRAMECHANGED); 173 * SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_FRAMECHANGED);
174 */ 174 */
175 } 175 }