Arjun Menon

Results 73 comments of Arjun Menon

> Leif would have to either rewrite the function with the old API Got it, thanks. Let me try that out.

Hey, yeah i have made a small change, but since I am not that familiar with FLTK, will raise a PR to get your comments. Restricted the change particular to...

Hey, thanks. Probably we can make it generic to return for supported platforms by using `fl_xid` ? unsigned long long go_fltk_Window_get_xid(Fl_Window* w) { return (unsigned long long)fl_xid(w); } As of...