mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +00:00
52039e80f2
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
|