Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 96461
Collapse All | Expand All

(-)gpdf-2.10.0/xpdf/gpdf-control.cc (-1 / +1 lines)
Lines 213-219 Link Here
213
	g_return_if_fail (GPDF_IS_NON_NULL_CONTROL (control));
213
	g_return_if_fail (GPDF_IS_NON_NULL_CONTROL (control));
214
	priv = control->priv;
214
	priv = control->priv;
215
215
216
	if ((to_id = (unsigned int)
216
	if ((to_id = (unsigned long)
217
	     g_object_get_data (G_OBJECT (control),
217
	     g_object_get_data (G_OBJECT (control),
218
				"status-timeout-id")) != 0) {
218
				"status-timeout-id")) != 0) {
219
		g_object_set_data (G_OBJECT (control),
219
		g_object_set_data (G_OBJECT (control),
(-)xpdf-3.00.old/xpdf/TextOutputDev.h (+4 lines)
Lines 26-31 Link Here
26
class GfxState;
26
class GfxState;
27
class UnicodeMap;
27
class UnicodeMap;
28
28
29
class TextBlock;
30
class TextPage;
31
class TextLineFrag;
32
29
//------------------------------------------------------------------------
33
//------------------------------------------------------------------------
30
34
31
typedef void (*TextOutputFunc)(void *stream, char *text, int len);
35
typedef void (*TextOutputFunc)(void *stream, char *text, int len);

Return to bug 96461