mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
whitespace
This commit is contained in:
parent
1b1f1f123a
commit
bb3f317ff7
@ -498,13 +498,13 @@ void close_window_by_Id(MData m_data){
|
||||
char* get_main_title(){
|
||||
// Check if the window is valid
|
||||
if (!is_valid()) { return "is_valid failed."; }
|
||||
|
||||
|
||||
return get_title_by_hand(mData);
|
||||
}
|
||||
|
||||
char* get_title_by_pid(uintptr pid, int8_t isPid){
|
||||
MData win = set_handle_pid(pid, isPid);
|
||||
return get_title_by_hand(win);
|
||||
return get_title_by_hand(win);
|
||||
}
|
||||
|
||||
char* named(void *result) {
|
||||
|
Loading…
Reference in New Issue
Block a user