Skip to content

Commit

Permalink
Move all function defs in sqWin32Window.c to beginning of line so I c…
Browse files Browse the repository at this point in the history
…an find em.

Make static those functions there-in which should be.
  • Loading branch information
eliotmiranda committed Nov 5, 2021
1 parent 0d706fc commit c265f9f
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 85 deletions.
2 changes: 2 additions & 0 deletions platforms/win32/vm/sqWin32.h
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ void vprintLastError(TCHAR *fmt, ...);
DWORD SqueakImageLength(WCHAR *fileName);
int isLocalFileName(TCHAR *fileName);

int recordMouseEvent(MSG *msg, UINT nrClicks);
int recordKeyboardEvent(MSG *msg);
#ifndef NO_DROP
int recordDragDropEvent(HWND wnd, int dragType, int x, int y, int numFiles);
#endif
Expand Down
Loading

0 comments on commit c265f9f

Please sign in to comment.