summaryrefslogtreecommitdiff
path: root/src/wcmCommon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wcmCommon.c')
-rw-r--r--src/wcmCommon.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wcmCommon.c b/src/wcmCommon.c
index 35c0156..48a042d 100644
--- a/src/wcmCommon.c
+++ b/src/wcmCommon.c
@@ -1620,7 +1620,8 @@ static void wcmInitialTVScreens(LocalDevicePtr local)
priv->tvoffsetY = 0;
}
- /* default resolution */
+ /* default resolution. this should never be hit since we
+ * always set the tvresolution from wacomcpl */
if(!priv->tvResolution[0])
{
priv->tvResolution[0] = screenInfo.screens[0]->width/2;
@@ -1638,7 +1639,8 @@ static void wcmInitialTVScreens(LocalDevicePtr local)
priv->tvoffsetY = 60;
}
- /* default resolution */
+ /* default resolution. this should never be hit since we
+ * always set the tvresolution from wacomcpl */
if(!priv->tvResolution[0])
{
priv->tvResolution[0] = screenInfo.screens[0]->width;