diff src/glyphs-x.c @ 149:538048ae2ab8 r20-3b1

Import from CVS: tag r20-3b1
author cvs
date Mon, 13 Aug 2007 09:36:16 +0200
parents 585fb297b004
children 0132846995bd
line wrap: on
line diff
--- a/src/glyphs-x.c	Mon Aug 13 09:35:15 2007 +0200
+++ b/src/glyphs-x.c	Mon Aug 13 09:36:16 2007 +0200
@@ -208,7 +208,6 @@
     case IMAGE_POINTER:
       if (IMAGE_INSTANCE_X_NPIXELS (p1) != IMAGE_INSTANCE_X_NPIXELS (p2))
 	return 0;
-      break;
 #if HAVE_SUBWINDOWS
     case IMAGE_SUBWINDOW:
       /* #### implement me */
@@ -233,8 +232,8 @@
 #if HAVE_SUBWINDOWS
     case IMAGE_SUBWINDOW:
       /* #### implement me */
+      return 0;
 #endif
-      return 0;
     default:
       return 0;
     }