Skip to content
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

Add basic support for dwmapi and ANIMATIONINFO #329

Merged
merged 5 commits into from
Dec 16, 2016
Merged

Add basic support for dwmapi and ANIMATIONINFO #329

merged 5 commits into from
Dec 16, 2016

Conversation

daniel-abramov
Copy link
Contributor

This pull request consists of several commits:

  • Adds support of DmwGetWindowAttribute() function used for getting some useful windows attributes (and it also adds required constants that are usually passed to this function).
  • Adds ANIMATIONINFO structure to the winuser module along with some constants that are usually used in conjunction with ANIMATIONINFO structure and SystemParametersInfo() function.

P.S.: The previous pull requested was not accepted for a long time, due to that it was not in a 'mergeable' state today as some other commits were pushed to the master branch meanwhile. I pulled the changes (with --rebase enabled), so now it should work.

@retep998 retep998 changed the base branch from master to dev September 2, 2016 08:52
@retep998 retep998 changed the base branch from dev to master September 9, 2016 11:21
@retep998
Copy link
Owner

This PR will need to be updated for the winapi 0.3 new world order. #316

@retep998 retep998 changed the base branch from master to dev November 28, 2016 16:10
@daniel-abramov
Copy link
Contributor Author

daniel-abramov commented Nov 29, 2016

Hi @retep998 , I updated the pull request, please have a look. Now it should work (passes CI tests/builds).

I also have one question. Did I get it right that the current master branch is not in a usable state? I tried to use the new master branch for my project and now it does not work as everything inside lib/* is not accessible anymore, so I'm not able to call gdi32 functions for instance.

@retep998
Copy link
Owner

@application-developer-DA winapi 0.3 is a rather significant overhaul and it's not done yet so there's a lot of code that is inaccessible at the moment.

@daniel-abramov
Copy link
Contributor Author

@retep998 have you had a chance to look on the changes? If you have any remarks, please inform me, so I can do the appropriate changes.

@retep998 retep998 merged commit 76a8a4f into retep998:dev Dec 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants