-
Notifications
You must be signed in to change notification settings - Fork 111
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
unresolved references in gdi32.py #48
Comments
Looks a lot like some functionality I didn't finish implementing. Removing since it's effectively dead code. Thanks! |
aww, you could've used that to make a decent UI at least. in any case, I'm glad I could help out :) |
Yeah, my ctypes wrappers are a bit chaotic :D in my defense I never
expected them to grow so much when I started this project!
On Wed, 26 Dec 2018 at 17:13, Tcll ***@***.***> wrote:
aww, you could've used that to make a decent UI at least.
maybe I just expected too much =3=
(your code helped me work on my own (better designed) ctypes port which
includes these wrappers for such purpose (keep an eye out for cbin), and
yes, I will be giving you credit (hope you keep your profile)) ;)
in any case, I'm glad I could help out :)
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAN6U6IX-xImeJxgaqWBBsBxortO0Dzdks5u86AagaJpZM4ZgS-T>
.
--
“There's a reason we separate military and the police: one fights the enemy
of the state, the other serves and protects the people. When the military
becomes both, then the enemies of the state tend to become the people.”
|
I'm not sure how important the needed structures are in the mechanics of the
GetObject
function (if they're ever hit), but they should at least be defined for completeness...also, is
LOGEXTPEN
supposed to beEXTLOGPEN
??https://docs.microsoft.com/en-us/windows/desktop/api/wingdi/ns-wingdi-extlogpen
or is
LOGEXTPEN
actually defined??The text was updated successfully, but these errors were encountered: