Sat, 23 Nov 2024 19:42:35 -0600
Remove dead Windows code
`winpidgin_get_lastactive` and the `Dwm*` function prototypes are not used by anything.
`purple_got_protocol_handler_uri` no longer exists, so there's no need to run a message-only window to process those requests. And without that window, there's no need to track `HINSTANCE` for the DLL and EXE.
Also, remove some outdated `#include`.
Testing Done:
Cross-compiled in mingw.
Reviewed at https://reviews.imfreedom.org/r/3675/
|
16058
dc1c7b09a058
4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <datallah@pidgin.im>
parents:
15884
diff
changeset
|
1 | #define PIDGIN_ICON 104 |
|
dc1c7b09a058
4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <datallah@pidgin.im>
parents:
15884
diff
changeset
|
2 | #define PIDGIN_TRAY_AVAILABLE_4BIT 105 |
|
dc1c7b09a058
4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <datallah@pidgin.im>
parents:
15884
diff
changeset
|
3 | #define PIDGIN_TRAY_AWAY_4BIT 106 |
|
dc1c7b09a058
4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <datallah@pidgin.im>
parents:
15884
diff
changeset
|
4 | #define PIDGIN_TRAY_BUSY_4BIT 107 |
|
dc1c7b09a058
4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <datallah@pidgin.im>
parents:
15884
diff
changeset
|
5 | #define PIDGIN_TRAY_XA_4BIT 108 |
|
dc1c7b09a058
4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <datallah@pidgin.im>
parents:
15884
diff
changeset
|
6 | #define PIDGIN_TRAY_OFFLINE_4BIT 109 |
|
dc1c7b09a058
4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <datallah@pidgin.im>
parents:
15884
diff
changeset
|
7 | #define PIDGIN_TRAY_CONNECTING_4BIT 110 |
|
dc1c7b09a058
4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <datallah@pidgin.im>
parents:
15884
diff
changeset
|
8 | #define PIDGIN_TRAY_PENDING_4BIT 111 |
| 16808 | 9 | #define PIDGIN_TRAY_INVISIBLE_4BIT 112 |