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:
Diffstat (limited to 'source/blender/windowmanager/wm_subwindow.h')
-rw-r--r--source/blender/windowmanager/wm_subwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/windowmanager/wm_subwindow.h b/source/blender/windowmanager/wm_subwindow.h
index 93079deb633..b4d12d1358c 100644
--- a/source/blender/windowmanager/wm_subwindow.h
+++ b/source/blender/windowmanager/wm_subwindow.h
@@ -1,5 +1,5 @@
/**
- * $Id: wm_window.h
+ * $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -43,7 +43,7 @@ int wm_subwindow_get(wmWindow *win); /* returns id */
void wm_subwindow_position(wmWindow *win, int swinid, rcti *winrct);
-void wm_subwindow_getsize(wmWindow *win, int *x, int *y) ;
+void wm_subwindow_getsize(wmWindow *win, int *x, int *y);
void wm_subwindow_getorigin(wmWindow *win, int *x, int *y);