From f2a937c79fc97d0b90fb2a7422b19a86d91d1671 Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 21 Dec 2009 12:37:47 +0000 Subject: [PATCH] And this --- panda/src/display/config_display.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/panda/src/display/config_display.cxx b/panda/src/display/config_display.cxx index e37f61f00d..cdb9178dd7 100644 --- a/panda/src/display/config_display.cxx +++ b/panda/src/display/config_display.cxx @@ -270,7 +270,9 @@ ConfigVariableInt win_size ConfigVariableInt win_origin ("win-origin", "", PRC_DESC("This is the default position at which to open a new window. This " - "replaces the deprecated win-origin-x and win-origin-y variables.")); + "replaces the deprecated win-origin-x and win-origin-y variables. " + "A window coordinate of -1 means to choose a default value, " + "whereas -2 means to center the window on the screen.")); ConfigVariableBool fullscreen ("fullscreen", false);