Skip to content

Commit

Permalink
Updated documentation of get_active_wid
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Aug 16, 2024
1 parent 8205b32 commit b53f13e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom-prompt/custom-prompt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ void Interval::print_long(std::ostream& ostream) const
/******************************************************************************
* Get the ID of the currently-focused window.
*
* @return Active window ID.
* @return Active window ID. On Linux, if there is no X display running, 0 is
* returned. Likewise, on macOS, if no topmost window is found, 0 is returned.
*****************************************************************************/
extern "C" long long unsigned get_active_wid(void);

Expand Down

0 comments on commit b53f13e

Please sign in to comment.