Skip to content

Instantly share code, notes, and snippets.

@sheeeng
Created November 12, 2014 09:20
Show Gist options
  • Select an option

  • Save sheeeng/f6f0f44c64c4e53b172d to your computer and use it in GitHub Desktop.

Select an option

Save sheeeng/f6f0f44c64c4e53b172d to your computer and use it in GitHub Desktop.
Patch to fix MaxTo issues with wxWindow based applications. E.g. LINE desktop application.
--- shims.xml Wed Nov 12 09:31:14 2014
+++ shims.xml Wed Nov 12 09:31:33 2014
@@ -18,6 +18,7 @@
<process>MediaMonkey (non-skinned)</process>
<process>MediaMonkey</process>
<windowclass>AcrobatSDIWindow</windowclass>
+ <windowclass>wxWindow</windowclass> <!-- wxWidgets -->
</no_subclass>
<ignore>
<!-- taskbar -->
@sheeeng

sheeeng commented Nov 12, 2014

Copy link
Copy Markdown
Author

Thanks to Vegard. digitalcreations/MaxTo#13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment