-
Notifications
You must be signed in to change notification settings - Fork 27
Gftp offical #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gftp offical #1
Conversation
This ought to be replaced with the git sha1 if we get popular enough again
…newer glib versions Thanks to MATE, gstreamer, libvert and others for teaching me how this sorta works
…ions - Fix compilation on GCC6 and clang - Disable another unneeded deprecated gthread function
- Bring in current Brian's master - Modify new mac foregrond patch as per his recommendations
| typedef void (*_pCPSEnableForegroundOperation)(struct ProcessSerialNumber *psn, int val2, int val3, int val4, int val5); | ||
| typedef void (*_pSetFrontProcess)(struct ProcessSerialNumber *psn); | ||
|
|
||
| void gftp_gtk_mac_foreground_init( void ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would rename this function to be gftp_gtk_platform_specific_init instead of having mac in the name. I would also take mac out of the filename as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok sure thing. I will make the adjustments.
Merge in the glib and gtk 1.x code removal