mirror of
https://github.com/wolfpld/tracy
synced 2025-05-02 21:53:52 +00:00
Functionality had to be moved to a separate source file due to namespace pollution from X11 headers. Note that this doesn't set proper parent of file dialogs on Linux, as GTK is broken and requires passing a GtkWindow parent.
7 lines
96 B
C++
7 lines
96 B
C++
#ifndef __NATIVEWINDOW_HPP__
|
|
#define __NATIVEWINDOW_HPP__
|
|
|
|
void* GetMainWindowNative();
|
|
|
|
#endif
|