Skip to content

Commit 36ba190

Browse files
committed
(#17) Changed window handles to int64_t, added getWindowTitle function
1 parent 65a1997 commit 36ba190

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: src/window_manager.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
#include <string>
77
#include "types.h"
88

9-
std::vector<int32_t> getWindows();
10-
MMRect getWindowRect(const int32_t windowHandle);
9+
std::vector<int64_t> getWindows();
10+
std::string getWindowTitle(const int64_t windowHandle);
11+
MMRect getWindowRect(const int64_t windowHandle);
1112

1213
#endif

0 commit comments

Comments
 (0)