Add comment about when prefsizx et al are used.

This commit is contained in:
Nathan Letwory
2010-10-15 09:32:40 +00:00
parent 9ecf7c15a5
commit a431b40de2

View File

@@ -353,7 +353,10 @@ void wm_window_add_ghostwindows(bContext* C, wmWindowManager *wm)
wmKeyMap *keymap;
wmWindow *win;
/* no commandline prefsize? then we set this */
/* no commandline prefsize? then we set this.
* Note that these values will be used only
* when there is no startup.blend yet.
*/
if (!prefsizx) {
wm_get_screensize(&prefsizx, &prefsizy);