Skip to content

Commit

Permalink
[clippy.c]: info.window is info.info.win.window in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpapersonic committed Jun 21, 2022
1 parent 352bcaa commit 81533c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schism/clippy.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ void clippy_init(void)
}
#elif defined(WIN32)
has_sys_clip = 1;
native_window = info.window;
native_window = info.info.win.window;
#elif defined(__QNXNTO__)
has_sys_clip = 1;
inputgroup = PhInputGroup(NULL);
Expand Down

0 comments on commit 81533c5

Please sign in to comment.