Blender Git Commit Log

Git Commits -> Revision 73f301c

Revision 73f301c by Campbell Barton (master)
January 31, 2013, 10:42 (GMT)
add ghost function getAllDisplayDimensions, GHOST_GetAllDisplayDimensions

This returns the desktop size, not just the size of the active monitor, useful since this constrains the mouse and we dont have to detect the active monitor (which isn't so straightforward with xlib).

carbon/cocoa are TODO, they still use getMainDisplayDimensions().

Commit Details:

Full Hash: 73f301c3a8a28dd25ea850a54d968fc6c4f2b83e
SVN Revision: 54226
Parent Commit: 4d2efa8
Lines Changed: +100, -2

13 Modified Paths:

/intern/ghost/GHOST_C-api.h (+14, -0) (Diff)
/intern/ghost/GHOST_ISystem.h (+6, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+7, -0) (Diff)
/intern/ghost/intern/GHOST_SystemCarbon.cpp (+5, -0) (Diff)
/intern/ghost/intern/GHOST_SystemCarbon.h (+6, -0) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.h (+5, -0) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+5, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+5, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+7, -1) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+17, -0) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+10, -0) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+12, -1) (Diff)
/source/blender/windowmanager/wm_window.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021