pidgin/win32/MinimizeToTray.h

Mon, 23 Sep 2019 22:00:30 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Mon, 23 Sep 2019 22:00:30 -0400
changeset 39856
cd8bea4a8ca8
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Rename app icon using reverse domain.

This is the name that flatpak looks for, and matches the desktop file name.

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial