Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Araújo <jaraujo98@gmail.com>2017-04-11 12:40:31 +0300
committerJoão Araújo <jaraujo98@gmail.com>2017-04-11 12:40:31 +0300
commit1296a30a249dbdc115223e6dbdcffb01b713dc2a (patch)
tree83f1b3b5a5dd7da129900ecfa9740682e7be2d33 /intern/ghost/GHOST_C-api.h
parent27db9d43f6ec8332bb00d2cdfc414b2cf5c0074c (diff)
parentd097c72f81a7a61ac5b96ca691114ac2765823d0 (diff)
Merge remote-tracking branch 'origin/master' into gsoc2016-improved_extrusion
Diffstat (limited to 'intern/ghost/GHOST_C-api.h')
-rw-r--r--intern/ghost/GHOST_C-api.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/intern/ghost/GHOST_C-api.h b/intern/ghost/GHOST_C-api.h
index ff1922af4f3..6887063eae9 100644
--- a/intern/ghost/GHOST_C-api.h
+++ b/intern/ghost/GHOST_C-api.h
@@ -908,6 +908,11 @@ extern int GHOST_UseNativePixels(void);
extern float GHOST_GetNativePixelSize(GHOST_WindowHandle windowhandle);
/**
+ * Returns the suggested DPI for this window.
+ */
+extern GHOST_TUns16 GHOST_GetDPIHint(GHOST_WindowHandle windowhandle);
+
+/**
* Enable IME attached to the given window, i.e. allows user-input
* events to be dispatched to the IME.
* \param windowhandle Window handle of the caller