[gimp] libgimp: don't #define TILE_HEIGHT gimp_tile_width()
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] libgimp: don't #define TILE_HEIGHT gimp_tile_width()
- Date: Sun, 24 Apr 2016 18:06:29 +0000 (UTC)
commit 1263552f248da7bbbfbe60d9e743c36b818ba5cd
Author: Michael Natterer <mitch gimp org>
Date: Sun Apr 24 20:04:42 2016 +0200
libgimp: don't #define TILE_HEIGHT gimp_tile_width()
Fortunately, tile width and height were alyways the same.
libgimp/gimptilebackendplugin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgimp/gimptilebackendplugin.c b/libgimp/gimptilebackendplugin.c
index f9d0c2d..e021e32 100644
--- a/libgimp/gimptilebackendplugin.c
+++ b/libgimp/gimptilebackendplugin.c
@@ -29,7 +29,7 @@
#define TILE_WIDTH gimp_tile_width()
-#define TILE_HEIGHT gimp_tile_width()
+#define TILE_HEIGHT gimp_tile_height()
struct _GimpTileBackendPluginPrivate
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]