Mercurial > hg > xemacs-beta
comparison src/gtk-xemacs.c @ 3087:dbd2a866e38a
[xemacs-hg @ 2005-11-22 11:24:40 by malcolmp]
Fix compilation errors and warnings in GTK code that have appeared over the
last few months.
author | malcolmp |
---|---|
date | Tue, 22 Nov 2005 11:24:45 +0000 |
parents | 53d45fc43132 |
children | db7068430402 |
comparison
equal
deleted
inserted
replaced
3086:c6ef6267f65c | 3087:dbd2a866e38a |
---|---|
408 if (!check_for_ignored_expose (f, a->x, a->y, a->width, a->height) && | 408 if (!check_for_ignored_expose (f, a->x, a->y, a->width, a->height) && |
409 !find_matching_subwindow (f, a->x, a->y, a->width, a->height)) | 409 !find_matching_subwindow (f, a->x, a->y, a->width, a->height)) |
410 redisplay_redraw_exposed_area (f, a->x, a->y, a->width, a->height); | 410 redisplay_redraw_exposed_area (f, a->x, a->y, a->width, a->height); |
411 return (TRUE); | 411 return (TRUE); |
412 } | 412 } |
413 | |
414 return FALSE; | |
413 } | 415 } |
414 | 416 |
415 Lisp_Object | 417 Lisp_Object |
416 xemacs_gtk_convert_color(GdkColor *c, GtkWidget *UNUSED (w)) | 418 xemacs_gtk_convert_color(GdkColor *c, GtkWidget *UNUSED (w)) |
417 { | 419 { |