Skip to content

Commit 8a0de30

Browse files
committed
(#6) Updated signature of showHighlightWindow
1 parent 9ddc8f5 commit 8a0de30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/highlightwindow.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#ifndef HIGHLIGHT_WINDOW_H
33
#define HIGHLIGHT_WINDOW_H
44

5-
void showHighlightWindow(int x, int y, int width, int height, int duration, float opacity);
5+
#include <stdint.h>
6+
7+
void showHighlightWindow(int32_t x, int32_t y, int32_t width, int32_t height, long duration, float opacity);
68

79
#endif

0 commit comments

Comments
 (0)