Default "local only" clipboard handler on non-Windows platforms

This commit is contained in:
ocornut
2014-08-14 15:03:10 +01:00
parent 309ff44579
commit a830037eab
3 changed files with 57 additions and 36 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
//#define IM_ASSERT(_EXPR) MyAssert(_EXPR)
//---- Don't implement default clipboard handlers for Windows (so as not to link with OpenClipboard(), etc.)
//#define IMGUI_DONT_IMPLEMENT_WINDOWS_CLIPBOARD_FUNCTIONS
//#define IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCS
//---- If you are loading a custom font, ImGui expect to find a pure white pixel at (0,0)
// Change it's UV coordinate here if you can't have a white pixel at (0,0)