summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-01-14 17:57:47 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-01-16 13:18:29 +0100
commit58959bd1fc0b7ada7aa8386e698e2e5004a92cfb (patch)
tree1e6cf488449806c70c6b05da30ac4e00fac642cc /include
parent1e3b09d398cd89a9905ecc91927fab32bf359500 (diff)
lokdocview: stop rendering a single huge tile
The primary purpose of gtktiledviewer is to see the same features / bugs than on mobile devices. On Android we already render 256x256px tiles, do the same in gtktiledviewer instead of a single huge tile. Change-Id: I377dcab59e7019dcf1d15a27ccba117eb53d0d5b
Diffstat (limited to 'include')
-rw-r--r--include/LibreOfficeKit/LibreOfficeKitGtk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h b/include/LibreOfficeKit/LibreOfficeKitGtk.h
index 3fd0c4ac2008..b3cd304c31c7 100644
--- a/include/LibreOfficeKit/LibreOfficeKitGtk.h
+++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h
@@ -34,8 +34,8 @@ struct _LOKDocView
GtkScrolledWindow scrollWindow;
GtkWidget* pEventBox;
- GtkWidget* pCanvas;
- GdkPixbuf* pPixBuf;
+ GtkWidget* pTable;
+ GtkWidget** pCanvas;
float fZoom;