]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkiconcachevalidator.c
entry: Use GtkSelectionWindow for touch text selection
[~andy/gtk] / gtk / gtkiconcachevalidator.c
index 73cf351118167b6b4ea5e9e37c9d61c3b66e9bc6..a4e6947826560d7af9e3f64d06b8e3fe2c408133 100644 (file)
@@ -12,9 +12,7 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 #include "config.h"
 #include "gtkiconcachevalidator.h"
@@ -23,7 +21,7 @@
 #include <gdk-pixbuf/gdk-pixdata.h>
 
 
-#define VERBOSE(x) x
+#define VERBOSE(x) 
 
 #define check(name,condition) \
   if (!(condition)) \
@@ -166,7 +164,7 @@ check_pixel_data (CacheInfo *info,
       GdkPixdata data; 
  
       check ("pixel data", gdk_pixdata_deserialize (&data, length,
-                                                    info->cache + offset + 8, 
+                                                    (const guint8*)info->cache + offset + 8, 
                                                     NULL));
     }