pidgin/win32/MinimizeToTray.h

Sat, 01 Mar 2014 16:35:47 -0800

author
Mark Doliner <mark@kingant.net>
date
Sat, 01 Mar 2014 16:35:47 -0800
branch
release-2.x.y
changeset 36171
89c89c449595
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Use a larger buffer size for untarred filenames.

Only used for untarring smiley themes on Windows.
I suspect this won't affect anything. 256 just seems very
small. 4096 seems less likely to lead to truncated filenames
and I'm not worried about trying to open a filename that's
too long for the OS--I think this code handles that sanely.

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial