Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 220759 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-9 / +16 lines)
Line  Link Here
0
-- geresh-0.6.3.orig/basemenu.h
0
++ geresh-0.6.3/basemenu.h
Lines 1-6 Link Here
1
#ifndef BDE_BASEMENU_H
1
#ifndef BDE_BASEMENU_H
2
#define BDE_BASEMENU_H
2
#define BDE_BASEMENU_H
3
3
4
#include <cstring>
4
#include "widget.h"
5
#include "widget.h"
5
6
6
struct MenuItem {
7
struct MenuItem {
7
-- geresh-0.6.3.orig/dialogline.cc
8
++ geresh-0.6.3/dialogline.cc
Lines 16-21 Link Here
16
16
17
#include <config.h>
17
#include <config.h>
18
18
19
#include <cstdlib>
19
#include <stdarg.h>
20
#include <stdarg.h>
20
21
21
#include "dialogline.h"
22
#include "dialogline.h"
22
-- geresh-0.6.3.orig/editbox2.cc
23
++ geresh-0.6.3/editbox2.cc
Lines 14-19 Link Here
14
// along with this program; if not, write to the Free Software
14
// along with this program; if not, write to the Free Software
15
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
15
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
16
16
17
#include <cstdlib>
17
#include <config.h>
18
#include <config.h>
18
19
19
#include "editbox.h"
20
#include "editbox.h"
20
-- geresh-0.6.3.orig/editbox.h
21
++ geresh-0.6.3/editbox.h
Lines 768-774 Link Here
768
			    int para_num
768
			    int para_num
769
			);
769
			);
770
770
771
    void EditBox::redraw_unwrapped_paragraph(
771
    void redraw_unwrapped_paragraph(
772
			    Paragraph &p,
772
			    Paragraph &p,
773
			    int window_start_line,
773
			    int window_start_line,
774
			    bool only_cursor,
774
			    bool only_cursor,
Lines 780-786 Link Here
780
			    bool eop_is_selected
780
			    bool eop_is_selected
781
			);
781
			);
782
782
783
    void EditBox::redraw_wrapped_paragraph(
783
    void redraw_wrapped_paragraph(
784
			    Paragraph &p,
784
			    Paragraph &p,
785
			    int window_start_line,
785
			    int window_start_line,
786
			    bool only_cursor,
786
			    bool only_cursor,
787
-- geresh-0.6.3.orig/io.cc
787
++ geresh-0.6.3/io.cc
Lines 16-21 Link Here
16
16
17
#include <config.h>
17
#include <config.h>
18
18
19
#include <cstdlib>
19
#include <stdarg.h>
20
#include <stdarg.h>
20
#include <fcntl.h>  // file primitives
21
#include <fcntl.h>  // file primitives
21
#include <unistd.h>
22
#include <unistd.h>
22
-- geresh-0.6.3.orig/transtbl.cc
23
++ geresh-0.6.3/transtbl.cc
Lines 16-21 Link Here
16
16
17
#include <config.h>
17
#include <config.h>
18
18
19
#include <cstdlib>
20
#include <cstring>
19
#include <stdio.h>
21
#include <stdio.h>
20
#include <errno.h>
22
#include <errno.h>
21
23
22
-- geresh-0.6.3.orig/dispatcher.h
24
++ geresh-0.6.3/dispatcher.h
Lines 17-22 Link Here
17
#ifndef BDE_DISPATCHER_H
17
#ifndef BDE_DISPATCHER_H
18
#define BDE_DISPATCHER_H
18
#define BDE_DISPATCHER_H
19
19
20
#include <cstring>
20
#include "event.h"
21
#include "event.h"
21
22
22
// class Dispatcher represents a class that receives GUI events.
23
// class Dispatcher represents a class that receives GUI events.

Return to bug 220759