diff --git a/cde/programs/dtfile/IconWindow.c b/cde/programs/dtfile/IconWindow.c index 71ed54285..6bf37ff4d 100644 --- a/cde/programs/dtfile/IconWindow.c +++ b/cde/programs/dtfile/IconWindow.c @@ -1465,6 +1465,11 @@ GetSelectionRectangle( else pixmap_x = x + highlightThickness; } + else + { + fprintf(stderr, "GetSelectionRectangle: unsupported alignment %d , defaulting to Beginning\n", alignment); + pixmap_x = x + highlightThickness; + } break; case XmPIXMAP_LEFT: default: