Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Oct 9, 2024
1 parent 132b425 commit bf60dcf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,11 @@ PyImaging_DrawWmf(PyObject *self, PyObject *args) {
SelectObject(dc, bitmap);

HENHMETAFILE hemf = GetEnhMetaFile("test.emf");
if (hemf == NULL) {
printf("getenh fail\n");
} else {
printf("getenh pass\n");
}

RECT rect;
rect.left = 0;
Expand Down

0 comments on commit bf60dcf

Please sign in to comment.