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

(-)eboard-0.9.5-orig/board.cc (+27 lines)
Lines 39-44 Link Here
39
Board * Board::PopupOwner = 0;
39
Board * Board::PopupOwner = 0;
40
40
41
// --- Board --------------------------
41
// --- Board --------------------------
42
//
43
// Forward decls
44
gboolean board_animate(gpointer data);
45
gboolean vec_board_animate(gpointer data);
46
47
gboolean board_expose_event(GtkWidget *widget,
48
    GdkEventExpose *ee, gpointer data);
49
gboolean board_configure_event(GtkWidget *widget,
50
    GdkEventConfigure *ce, gpointer data);
51
gboolean board_button_press_event(GtkWidget *widget,
52
    GdkEventButton *be, gpointer data);
53
gboolean board_button_release_event(GtkWidget *widget,
54
    GdkEventButton *be, gpointer data);
55
gboolean board_motion_event(GtkWidget *widget,
56
    GdkEventMotion *em, gpointer data);
57
58
void drop_callbackP(GtkMenuItem *item,gpointer data);
59
void drop_callbackR(GtkMenuItem *item,gpointer data);
60
void drop_callbackN(GtkMenuItem *item,gpointer data);
61
void drop_callbackB(GtkMenuItem *item,gpointer data);
62
void drop_callbackQ(GtkMenuItem *item,gpointer data);
63
64
void menu_whitep(GtkMenuItem *item, gpointer data);
65
void menu_blackp(GtkMenuItem *item, gpointer data);
66
void menu_gamep(GtkMenuItem *item, gpointer data);
42
67
43
Board::Board() : WidgetProxy() {
68
Board::Board() : WidgetProxy() {
44
  int i;
69
  int i;
Lines 2294-2299 Link Here
2294
			 0,0,"<FEN>",false);  
2319
			 0,0,"<FEN>",false);  
2295
}
2320
}
2296
2321
2322
void getfen_ok(GtkWidget *w, gpointer data);
2323
2297
GetFENDialog::GetFENDialog(EditBoard *_owner) 
2324
GetFENDialog::GetFENDialog(EditBoard *_owner) 
2298
  : ModalDialog(N_("Enter FEN Position"))
2325
  : ModalDialog(N_("Enter FEN Position"))
2299
{
2326
{
(-)eboard-0.9.5-orig/bugpane.cc (+6 lines)
Lines 32-37 Link Here
32
string BugPane::BugTell;
32
string BugPane::BugTell;
33
33
34
// ---------------- BareBoard
34
// ---------------- BareBoard
35
gboolean bareboard_expose(GtkWidget *widget,GdkEventExpose *ee,
36
    gpointer data);
37
35
38
36
BareBoard::BareBoard() : WidgetProxy() {
39
BareBoard::BareBoard() : WidgetProxy() {
37
  global.addPieceClient(this);
40
  global.addPieceClient(this);
Lines 294-299 Link Here
294
297
295
// ---------------- BugPane
298
// ---------------- BugPane
296
299
300
void bug_ptell(GtkWidget *b,gpointer data);
301
302
297
BugPane::BugPane() {
303
BugPane::BugPane() {
298
  GtkWidget *v, *tbl, *qb[18];
304
  GtkWidget *v, *tbl, *qb[18];
299
  GdkColor gray[5];
305
  GdkColor gray[5];
(-)eboard-0.9.5-orig/chess.cc (+8 lines)
Lines 1437-1442 Link Here
1437
1437
1438
// -- PGN info edit dialog ------
1438
// -- PGN info edit dialog ------
1439
1439
1440
void pgnedit_set(GtkWidget *w, gpointer data);
1441
void pgnedit_del(GtkWidget *w, gpointer data);
1442
void pgnedit_rowsel(GtkCList *w, gint row, gint col,
1443
    GdkEventButton *eb,gpointer data);
1444
void pgnedit_rowunsel(GtkCList *w, gint row, gint col,
1445
    GdkEventButton *eb,gpointer data);
1446
1447
1440
PGNEditInfoDialog::PGNEditInfoDialog(ChessGame *src) :
1448
PGNEditInfoDialog::PGNEditInfoDialog(ChessGame *src) :
1441
  ModalDialog(N_("PGN Headers"))
1449
  ModalDialog(N_("PGN Headers"))
1442
{
1450
{
(-)eboard-0.9.5-orig/clock.cc (+7 lines)
Lines 40-45 Link Here
40
  timeout_id=-1;
40
  timeout_id=-1;
41
}
41
}
42
42
43
gint clockmaster_timeout(gpointer data);
44
45
43
void ClockMaster::append(ChessClock *clockp) {
46
void ClockMaster::append(ChessClock *clockp) {
44
  clocks.push_back(clockp);
47
  clocks.push_back(clockp);
45
  if (!timeout_on) {
48
  if (!timeout_on) {
Lines 395-400 Link Here
395
	    (secs%3600)%60,units?'s':0);
398
	    (secs%3600)%60,units?'s':0);
396
}
399
}
397
400
401
void tced_ok(GtkWidget *w, gpointer data);
402
void tced_dropmenu(GtkMenuItem *w, gpointer data);
403
404
398
TimeControlEditDialog::TimeControlEditDialog(TimeControl *tc, bool allownone) : 
405
TimeControlEditDialog::TimeControlEditDialog(TimeControl *tc, bool allownone) : 
399
  ModalDialog(N_("Edit Time Control")) 
406
  ModalDialog(N_("Edit Time Control")) 
400
{
407
{
(-)eboard-0.9.5-orig/dlg_connect.cc (+18 lines)
Lines 33-38 Link Here
33
#include "chess.h"
33
#include "chess.h"
34
#include "eboard.h"
34
#include "eboard.h"
35
35
36
void dlg_connect_ok(GtkWidget *w,gpointer data);
37
void dlg_connect_cancel(GtkWidget *w,gpointer data);
38
39
void dlgconn_rowsel(GtkCList *clist,int row,int column,GdkEventButton *eb,
40
    gpointer data);
41
42
void eebmd_rowsel(GtkCList *clist,int row,int column,GdkEventButton *eb,
43
    gpointer data);
44
void eebmd_rowunsel(GtkCList *clist,int row,int column,GdkEventButton *eb,
45
    gpointer data);
46
47
void eebmd_rm1(GtkWidget *w, gpointer data);
48
void eebmd_rmall(GtkWidget *w, gpointer data);
49
void eebmd_apply(GtkWidget *w, gpointer data);
50
void eebmd_edittc(GtkWidget *w, gpointer data);
51
52
53
36
ConnectDialog::ConnectDialog() {
54
ConnectDialog::ConnectDialog() {
37
  GtkWidget *v,*hs,*hb,*ok,*cancel,*t;
55
  GtkWidget *v,*hs,*hb,*ok,*cancel,*t;
38
  GtkWidget *zh,*zv,*ysw,*ysl;
56
  GtkWidget *zh,*zv,*ysw,*ysl;
(-)eboard-0.9.5-orig/dlg_gamelist.cc (+31 lines)
Lines 52-57 Link Here
52
#include "treepgnf.xpm"
52
#include "treepgnf.xpm"
53
#include "treegam.xpm"
53
#include "treegam.xpm"
54
54
55
void gamelist_refresh (GtkWidget * w, gpointer data);
56
void gamelist_observe (GtkWidget * w, gpointer data);
57
gint gamelist_delete  (GtkWidget * widget, GdkEvent * event, gpointer data);
58
void gamelist_destroy (GtkWidget * widget, gpointer data);
59
void gamelist_select  (GtkCList *cl, gint row, gint column, GdkEventButton *eb,
60
    gpointer data);
61
void gamelist_unselect(GtkCList *cl, gint row, gint column, GdkEventButton *eb,
62
    gpointer data);
63
64
void stocklist_refresh (GtkWidget * w, gpointer data);
65
void stocklist_open (GtkWidget * w, gpointer data);
66
void stocklist_loadpgn (GtkWidget * w, gpointer data);
67
void stocklist_savepgn (GtkWidget * w, gpointer data);
68
void stocklist_editpgn (GtkWidget * w, gpointer data);
69
void stocklist_dump (GtkWidget * w, gpointer data);
70
void stocklist_dumpall (GtkWidget * w, gpointer data);
71
void stocklist_destroy (GtkWidget * widget, gpointer data);
72
void stocklist_select  (GtkCTree *cl, GtkCTreeNode *node, gint column,
73
    gpointer data);
74
void stocklist_unselect(GtkCTree *cl, GtkCTreeNode *node, gint column,
75
    gpointer data);
76
77
void adlist_refresh (GtkWidget * w, gpointer data);
78
void adlist_answer  (GtkWidget * w, gpointer data);
79
void adlist_destroy (GtkWidget * widget, gpointer data);
80
void adlist_select  (GtkCList *cl, gint row, gint column, GdkEventButton *eb,
81
    gpointer data);
82
void adlist_unselect(GtkCList *cl, gint row, gint column, GdkEventButton *eb,
83
    gpointer data);
84
85
55
GameListDialog::GameListDialog(GameListListener *someone) {
86
GameListDialog::GameListDialog(GameListListener *someone) {
56
  GtkWidget *sw,*v,*bh;
87
  GtkWidget *sw,*v,*bh;
57
  GtkStyle *style;
88
  GtkStyle *style;
(-)eboard-0.9.5-orig/dlg_prefs.cc (+13 lines)
Lines 35-40 Link Here
35
#include "snd_test.xpm"
35
#include "snd_test.xpm"
36
#include "snd_edit.xpm"
36
#include "snd_edit.xpm"
37
37
38
void prefs_ok(GtkWidget *w,gpointer data);
39
void prefs_apply(GtkWidget *w,gpointer data);
40
41
void prefs_frevert(GtkWidget *w,gpointer data);
42
void prefs_cfont(GtkWidget *w,gpointer data);
43
void prefs_fok(GtkWidget *w,gpointer data);
44
45
void prefs_sndtest(GtkWidget *w,gpointer data);
46
void prefs_sndedit(GtkWidget *w,gpointer data);
47
48
void prefs_defcolor(GtkWidget *w,gpointer data);
49
50
38
// 3700 widgets for the price of 3699. Only today at dlg_prefs.cc, the
51
// 3700 widgets for the price of 3699. Only today at dlg_prefs.cc, the
39
// Widget Warehouse.
52
// Widget Warehouse.
40
53
(-)eboard-0.9.5-orig/global.cc (+3 lines)
Lines 50-55 Link Here
50
#include "pieces.h"
50
#include "pieces.h"
51
#include "eboard.h"
51
#include "eboard.h"
52
52
53
void zh_sigchild_handler(int sig);
54
55
53
Global global;
56
Global global;
54
57
55
// stream ops
58
// stream ops
(-)eboard-0.9.5-orig/help.cc (-17 / +20 lines)
Lines 49-54 Link Here
49
49
50
#include "gnupiece.xpm"
50
#include "gnupiece.xpm"
51
51
52
void debugdlg_writecons(GtkWidget *w, gpointer data);
53
54
52
namespace Help {
55
namespace Help {
53
56
54
  AboutDialog::AboutDialog() : ModalDialog(N_("About eboard")) {
57
  AboutDialog::AboutDialog() : ModalDialog(N_("About eboard")) {
Lines 158-163 Link Here
158
    setDismiss(GTK_OBJECT(ok),"clicked");
161
    setDismiss(GTK_OBJECT(ok),"clicked");
159
  }
162
  }
160
163
164
  void debugdlg_writecons(GtkWidget *w, gpointer data) {
165
    DebugDialog *me;
166
    tstring t;
167
    string *c;
168
    char z[512];
169
170
    me = (DebugDialog *) data;
171
    t.set(me->pipedata);
172
    global.output->append("=== START DEBUG INFO ===",0xc0ff00);
173
    while( (c=t.token("\n")) != 0) {
174
      memset(z,0,512);
175
      c->copy(z,511);
176
      global.output->append(z, global.Colors.TextBright);
177
    }
178
    global.output->append("=== END DEBUG INFO ===",0xc0ff00);
179
  }
180
161
  DebugDialog::DebugDialog() : ModalDialog(N_("Help: Debug Info")) {
181
  DebugDialog::DebugDialog() : ModalDialog(N_("Help: Debug Info")) {
162
    GtkWidget *v,*label,*hs,*bhb,*ok,*txt;
182
    GtkWidget *v,*label,*hs,*bhb,*ok,*txt;
163
    char z[2048],y[256],x[256],w[256];
183
    char z[2048],y[256],x[256],w[256];
Lines 281-303 Link Here
281
    return pipedata;
301
    return pipedata;
282
  }
302
  }
283
303
284
  void debugdlg_writecons(GtkWidget *w, gpointer data) {
285
    DebugDialog *me;
286
    tstring t;
287
    string *c;
288
    char z[512];
289
290
    me = (DebugDialog *) data;
291
    t.set(me->pipedata);
292
    global.output->append("=== START DEBUG INFO ===",0xc0ff00);
293
    while( (c=t.token("\n")) != 0) {
294
      memset(z,0,512);
295
      c->copy(z,511);
296
      global.output->append(z, global.Colors.TextBright);
297
    }
298
    global.output->append("=== END DEBUG INFO ===",0xc0ff00);
299
  }
300
301
304
302
  GettingStarted::GettingStarted() : NonModalDialog(N_("Help: Getting Started ")) {
305
  GettingStarted::GettingStarted() : NonModalDialog(N_("Help: Getting Started ")) {
303
    GtkWidget *v, *bhb, *ok;
306
    GtkWidget *v, *bhb, *ok;
(-)eboard-0.9.5-orig/mainwindow.cc (+63 lines)
Lines 52-57 Link Here
52
#include "sealoff.xpm"
52
#include "sealoff.xpm"
53
#include "sealon.xpm"
53
#include "sealon.xpm"
54
54
55
void ims_switch(GtkWidget *w, gpointer data);
56
void mainwindow_themeitem(GtkMenuItem *menuitem, gpointer data);
57
void mainwindow_themeitem2(GtkMenuItem *menuitem, gpointer data);
58
void mainwindow_themeitem3(GtkMenuItem *menuitem, gpointer data);
59
60
int  input_key_press (GtkWidget * wid, GdkEventKey * evt,
61
    gpointer data);
62
int  main_key_press (GtkWidget * wid, GdkEventKey * evt,
63
    gpointer data);
64
65
void     peer_connect_fics(gpointer data);
66
67
void     peer_connect_xboard(gpointer data);
68
void     peer_connect_gnuchess4(gpointer data);
69
void     peer_connect_sjeng(gpointer data);
70
void     peer_connect_crafty(gpointer data);
71
72
void     peer_scratch_empty(gpointer data);
73
void     peer_scratch_initial(gpointer data);
74
75
void     peer_connect_ask(gpointer data);
76
void     peer_connect_p2p(gpointer data);
77
void     peer_disconnect(gpointer data);
78
void     help_about(gpointer data);
79
void     help_keys(gpointer data);
80
void     help_debug(gpointer data);
81
void     help_starting(gpointer data);
82
void     mainwindow_icsout_changed(GtkEditable *gtke, gpointer data);
83
84
void     mainwindow_connect_bookmark(GtkWidget *w, gpointer data);
85
void     mainwindow_connect_bookmark2(GtkWidget *w, gpointer data);
86
void     mainwindow_edit_engbm(GtkWidget *w, gpointer data);
87
88
void     navbar_back_all(GtkWidget *w,gpointer data);
89
void     navbar_back_1(GtkWidget *w,gpointer data);
90
void     navbar_forward_1(GtkWidget *w,gpointer data);
91
void     navbar_forward_all(GtkWidget *w,gpointer data);
92
void     navbar_movelist(GtkWidget *w,gpointer data);
93
void     navbar_trash(GtkWidget *w,gpointer data);
94
void     navbar_toscratch(GtkWidget *w,gpointer data);
95
void     navbar_flip(GtkWidget *w,gpointer data);
96
97
void     sett_hilite(GtkWidget *w,gpointer data);
98
void     sett_animate(GtkWidget *w,gpointer data);
99
void     sett_premove(GtkWidget *w,gpointer data);
100
void     sett_coord(GtkWidget *w,gpointer data);
101
void     sett_beepopp(GtkWidget *w,gpointer data);
102
void     sett_osound(GtkWidget *w,gpointer data);
103
void     sett_vector(GtkWidget *w,gpointer data);
104
void     sett_legal(GtkWidget *w,gpointer data);
105
void     sett_popup(GtkWidget *w,gpointer data);
106
void     sett_smarttrash(GtkWidget *w,gpointer data);
107
108
gboolean mainwindow_read_agents(gpointer data);
109
110
void windows_savedesk(GtkWidget *w, gpointer data);
111
void windows_savebuffer(GtkWidget *w, gpointer data);
112
113
void windows_find(GtkWidget *w, gpointer data);
114
void windows_findp(GtkWidget *w, gpointer data);
115
116
117
55
GdkWindow * MainWindow::RefWindow=0;
118
GdkWindow * MainWindow::RefWindow=0;
56
119
57
static GtkItemFactoryEntry mainwindow_mainmenu[] = {
120
static GtkItemFactoryEntry mainwindow_mainmenu[] = {
(-)eboard-0.9.5-orig/movelist.cc (+3 lines)
Lines 34-39 Link Here
34
34
35
#include "icon-moves.xpm"
35
#include "icon-moves.xpm"
36
36
37
void movelist_destroy (GtkWidget *w, gpointer data);
38
39
37
MoveListWindow::MoveListWindow(char *p1,char *p2,
40
MoveListWindow::MoveListWindow(char *p1,char *p2,
38
			       int gid,list<Position> &moves,
41
			       int gid,list<Position> &moves,
39
			       int over,GameResult result,char *reason) {
42
			       int over,GameResult result,char *reason) {
(-)eboard-0.9.5-orig/network.cc (+6 lines)
Lines 39-44 Link Here
39
#include "config.h"
39
#include "config.h"
40
#include "eboard.h"
40
#include "eboard.h"
41
41
42
void netconn_read_notify(gpointer data, gint source, 
43
    GdkInputCondition cond);
44
45
gboolean sched_close(gpointer data);
46
47
42
// ===================================================================
48
// ===================================================================
43
// PROCESS CONTROL
49
// PROCESS CONTROL
44
// ===================================================================
50
// ===================================================================
(-)eboard-0.9.5-orig/notebook.cc (+6 lines)
Lines 31-36 Link Here
31
#include "dead.xpm"
31
#include "dead.xpm"
32
#include "trash2.xpm"
32
#include "trash2.xpm"
33
33
34
void notebook_switch_page(GtkNotebook *notebook,
35
     GtkNotebookPage *page,
36
     gint page_num,
37
     gpointer data);
38
39
34
void page_trash(GtkWidget *w, gpointer data) {
40
void page_trash(GtkWidget *w, gpointer data) {
35
  Page *p;
41
  Page *p;
36
  p=(Page *) data; 
42
  p=(Page *) data; 
(-)eboard-0.9.5-orig/ntext.cc (+22 lines)
Lines 33-38 Link Here
33
#include <gtk/gtkselection.h>
33
#include <gtk/gtkselection.h>
34
#include "ntext.h"
34
#include "ntext.h"
35
35
36
gboolean ntext_expose(GtkWidget *widget, GdkEventExpose *ee,
37
    gpointer data);
38
gboolean ntext_configure(GtkWidget *widget, GdkEventConfigure *ee,
39
    gpointer data);
40
void     ntext_sbchange(GtkAdjustment *adj, gpointer data);
41
42
gboolean ntext_mdown(GtkWidget *widget, GdkEventButton *eb,
43
    gpointer data);
44
gboolean ntext_mup(GtkWidget *widget, GdkEventButton *eb,
45
    gpointer data);
46
gboolean ntext_mdrag(GtkWidget *widget, GdkEventMotion *em,
47
    gpointer data);
48
49
gboolean ntext_ksel(GtkWidget * widget,
50
    GdkEventSelection * event, gpointer data);
51
void     ntext_getsel(GtkWidget * widget,
52
    GtkSelectionData * seldata,
53
    guint info, guint time, gpointer data);
54
55
gboolean ntext_redraw(gpointer data);
56
57
36
TPoint::TPoint() {
58
TPoint::TPoint() {
37
  SrcI = Offset = X = Y = 0;
59
  SrcI = Offset = X = Y = 0;
38
  rs = ro = 0;
60
  rs = ro = 0;
(-)eboard-0.9.5-orig/p2p.cc (+7 lines)
Lines 30-35 Link Here
30
#include "p2p.h"
30
#include "p2p.h"
31
#include "protocol.h"
31
#include "protocol.h"
32
32
33
void p2p_connect(GtkWidget *w, gpointer data);
34
void p2p_wait(GtkWidget *w, gpointer data);
35
void p2p_cancelwait(GtkWidget *w, gpointer data);
36
37
gboolean p2p_check_incoming(gpointer data);
38
39
33
P2PDialog::P2PDialog() : NonModalDialog(_("eboard Direct Connection Manager")) {
40
P2PDialog::P2PDialog() : NonModalDialog(_("eboard Direct Connection Manager")) {
34
  GtkWidget *v, *bhb, *close;
41
  GtkWidget *v, *bhb, *close;
35
  GtkWidget *vconn, *vlisten, *vops;
42
  GtkWidget *vconn, *vlisten, *vops;
(-)eboard-0.9.5-orig/promote.cc (+3 lines)
Lines 34-39 Link Here
34
#include "n18.xpm"
34
#include "n18.xpm"
35
#include "k18.xpm"
35
#include "k18.xpm"
36
36
37
void promote_toggle(GtkWidget *widget,gpointer data);
38
39
37
UglyHack::UglyHack(PromotionPicker *a,int b) {
40
UglyHack::UglyHack(PromotionPicker *a,int b) {
38
  picker=a;
41
  picker=a;
39
  index=b;
42
  index=b;
(-)eboard-0.9.5-orig/proto_fics.cc (+2 lines)
Lines 42-47 Link Here
42
#include "seekgraph.h"
42
#include "seekgraph.h"
43
#include "eboard.h"
43
#include "eboard.h"
44
44
45
gboolean fics_allob(gpointer data);
46
45
// <b1> game 45 white [PPPPPNBBR] black [PPNN]
47
// <b1> game 45 white [PPPPPNBBR] black [PPNN]
46
48
47
FicsProtocol::FicsProtocol() {
49
FicsProtocol::FicsProtocol() {
(-)eboard-0.9.5-orig/proto_p2p.cc (+3 lines)
Lines 34-39 Link Here
34
#include "global.h"
34
#include "global.h"
35
#include "tstring.h"
35
#include "tstring.h"
36
36
37
void p2ppad_accept(GtkWidget *w, gpointer data);
38
void p2ppad_propose(GtkWidget *w, gpointer data);
39
37
P2PProtocol::P2PProtocol() {
40
P2PProtocol::P2PProtocol() {
38
  tmpbuf = (char *) malloc(2048);
41
  tmpbuf = (char *) malloc(2048);
39
42
(-)eboard-0.9.5-orig/proto_xboard.cc (+6 lines)
Lines 45-50 Link Here
45
#include "stl.h"
45
#include "stl.h"
46
#include "tstring.h"
46
#include "tstring.h"
47
47
48
void xboard_eng_ok(GtkWidget *w,gpointer data);
49
void xboard_eng_cancel(GtkWidget *w,gpointer data);
50
void xboard_edit_time(GtkWidget *w,gpointer data);
51
gboolean xboard_eng_delete(GtkWidget *w,GdkEvent *e,gpointer data);
52
53
48
XBoardProtocol::XBoardProtocol() {
54
XBoardProtocol::XBoardProtocol() {
49
  EngineWhite=0;
55
  EngineWhite=0;
50
  MoveNumber=1;
56
  MoveNumber=1;
(-)eboard-0.9.5-orig/script.cc (+12 lines)
Lines 41-46 Link Here
41
#include "spiral2.xpm"
41
#include "spiral2.xpm"
42
#include "spiral3.xpm"
42
#include "spiral3.xpm"
43
43
44
void script_refresh (GtkWidget * w, gpointer data);
45
void script_run (GtkWidget * w, gpointer data);
46
void script_select  (GtkCList *cl, gint row, gint column, GdkEventButton *eb,
47
    gpointer data);
48
void script_unselect(GtkCList *cl, gint row, gint column, GdkEventButton *eb,
49
    gpointer data);
50
51
void scripti_kill(GtkWidget *w,gpointer data);
52
gboolean scripti_check(gpointer data);
53
gboolean scripti_anim(gpointer data);
54
55
44
ScriptList::ScriptList() : ModalDialog(N_("Script List")) {
56
ScriptList::ScriptList() : ModalDialog(N_("Script List")) {
45
  GtkWidget *v,*sw,*bh;
57
  GtkWidget *v,*sw,*bh;
46
  int i;
58
  int i;
(-)eboard-0.9.5-orig/seekgraph.cc (+6 lines)
Lines 31-36 Link Here
31
#include "global.h"
31
#include "global.h"
32
#include "eboard.h"
32
#include "eboard.h"
33
33
34
void skg_select  (GtkCList *cl, gint row, gint column, GdkEventButton *eb, gpointer data);
35
void skg_unselect(GtkCList *cl, gint row, gint column, GdkEventButton *eb, gpointer data);
36
void skg_play(GtkWidget *w, gpointer data);
37
void skg_chgsort(GtkCList *cl, gint column, gpointer data);
38
39
34
static void skg_refresh(GtkWidget *w, gpointer data) {
40
static void skg_refresh(GtkWidget *w, gpointer data) {
35
  if (global.protocol)
41
  if (global.protocol)
36
    global.protocol->refreshSeeks();
42
    global.protocol->refreshSeeks();
(-)eboard-0.9.5-orig/sound.cc (+5 lines)
Lines 69-74 Link Here
69
69
70
#endif
70
#endif
71
71
72
void snddlg_ok(GtkWidget *w,gpointer data);
73
void snddlg_test(GtkWidget *w,gpointer data);
74
void snddlg_browse(GtkWidget *w,gpointer data);
75
void snddlg_picktheme(GtkMenuItem *w,gpointer data);
76
72
SoundEvent::SoundEvent() {
77
SoundEvent::SoundEvent() {
73
  type=INT_WAVE;
78
  type=INT_WAVE;
74
  Pitch=800;
79
  Pitch=800;
(-)eboard-0.9.5-orig/text.cc (+10 lines)
Lines 38-43 Link Here
38
#include "icon-console.xpm"
38
#include "icon-console.xpm"
39
#include "addcons.xpm"
39
#include "addcons.xpm"
40
40
41
gint detached_delete  (GtkWidget * widget, GdkEvent * event, gpointer data);
42
void detached_destroy (GtkWidget * widget, gpointer data);
43
int  dc_input_key_press (GtkWidget * wid, GdkEventKey * evt,
44
    gpointer data);
45
void dc_set_filter(GtkWidget *w,gpointer data);
46
void dc_new_console(GtkWidget *w,gpointer data);
47
48
void tfd_ok(GtkWidget *w, gpointer data);
49
void std_ok(GtkWidget *w, gpointer data);
50
41
gboolean dc_entry_focus_out(GtkWidget *widget,GdkEventFocus *event,
51
gboolean dc_entry_focus_out(GtkWidget *widget,GdkEventFocus *event,
42
			    gpointer user_data);
52
			    gpointer user_data);
43
gboolean dc_entry_force_focus(gpointer data);
53
gboolean dc_entry_force_focus(gpointer data);
(-)eboard-0.9.5-orig/widgetproxy.cc (+12 lines)
Lines 36-41 Link Here
36
// ColorSpace class
36
// ColorSpace class
37
#include "pieces.h"
37
#include "pieces.h"
38
38
39
void modal_release(GtkWidget *w,gpointer data);
40
gint modal_closereq(GtkWidget * widget, 
41
     GdkEvent * event, gpointer data);
42
void colorb_click(GtkWidget *b,gpointer data);
43
void colorb_csok(GtkWidget *b,gpointer data);
44
gboolean preview_expose(GtkWidget *widget,GdkEventExpose *ee,
45
     gpointer data);
46
void filedlg_ok (GtkWidget * w, gpointer data);
47
void filedlg_destroy (GtkWidget * w, gpointer data);
48
void dropbox_select(GtkWidget *w, gpointer data);
49
50
39
WidgetProxy::WidgetProxy() {
51
WidgetProxy::WidgetProxy() {
40
  widget=0;
52
  widget=0;
41
}
53
}

Return to bug 131611