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:
authorTon Roosendaal <ton@blender.org>2007-12-30 16:30:31 +0300
committerTon Roosendaal <ton@blender.org>2007-12-30 16:30:31 +0300
commit1039bc26fb466e41cea11bb77ed7b3b2d335f594 (patch)
treee53ef0ebbff6ff4ab0a43f960b944bdda6fd3063 /intern/ghost/GHOST_Types.h
parent81035f6e21c6bf7d427634dc49eea48d9b4b4e0b (diff)
Windowmanager, ghost side:
- Added GHOST_kEventWindowMove event, for sending event that the window has moved - Fixed GHOST_GetClientBounds() for OSX (get window rect) Todos: - add same event for X11 and Windows - solve why ghost doesn't call client event-proc while scaling window (at least, not in osx)
Diffstat (limited to 'intern/ghost/GHOST_Types.h')
-rw-r--r--intern/ghost/GHOST_Types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/ghost/GHOST_Types.h b/intern/ghost/GHOST_Types.h
index d5575354370..b11e7c922f0 100644
--- a/intern/ghost/GHOST_Types.h
+++ b/intern/ghost/GHOST_Types.h
@@ -144,6 +144,7 @@ typedef enum {
GHOST_kEventWindowDeactivate,
GHOST_kEventWindowUpdate,
GHOST_kEventWindowSize,
+ GHOST_kEventWindowMove,
GHOST_kNumEventTypes
} GHOST_TEventType;