Fix typo in license headers
[oweals/cde.git] / cde / lib / DtTerm / TermPrim / TermPrimCursor.c
index 57b03c56cfc17a1b73b5234d7ee89e6c4e750dc8..34150cf0b7a64ef4ff7cedae449df16e44c2a5a4 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with these librararies and programs; if not, write
+ * License along with these libraries and programs; if not, write
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
@@ -36,8 +36,12 @@ static char rcs_id[] = "$XConsortium: TermPrimCursor.c /main/1 1996/04/21 19:17:
  * (c) Copyright 1996 Hitachi.                                         *
  */
 
+#include <Xm/ScrollBar.h>
+#include <Xm/XmPrivate.h>
+
 #include "TermHeader.h"
 #include "TermPrimDebug.h"
+#include "TermPrimI.h"
 #include "TermPrimP.h"
 #include "TermPrimData.h"
 #include "TermPrimLineDraw.h"
@@ -322,7 +326,7 @@ _DtTermPrimCursorOn(Widget w)
     }
 
     /* set the GC... */
-    if (tpd->cursorGC.foreground != enhInfo.fg ^ enhInfo.bg) {
+    if (tpd->cursorGC.foreground != (enhInfo.fg ^ enhInfo.bg)) {
        tpd->cursorGC.foreground = enhInfo.fg ^ enhInfo.bg;
        values.foreground = enhInfo.fg ^ enhInfo.bg;
        valueMask |= GCForeground;