From a9412b41bb7f1012402400e56d8dd71f93709f6f Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 21 Mar 2022 11:41:40 +0100 Subject: Issue #359 RFE: access the MacOS windowid . --- FL/Fl_Window.H | 1 + 1 file changed, 1 insertion(+) (limited to 'FL') diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index 544369160..c64efbf45 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -556,6 +556,7 @@ public: int screen_num(); void screen_num(int screen_num); static bool is_a_rescale(); + fl_uintptr_t os_id(); }; #endif -- cgit v1.2.3