Small formatting fix.
2006-04-17 Matthias Clasen <mclasen@redhat.com> * demos/gtk-demo/colorsel.c (expose_event_callback): Small formatting fix.
This commit is contained in:

committed by
Matthias Clasen

parent
c114a3c19a
commit
8782ca6abc
@ -1,3 +1,8 @@
|
|||||||
|
2006-04-17 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* demos/gtk-demo/colorsel.c (expose_event_callback): Small formatting
|
||||||
|
fix.
|
||||||
|
|
||||||
2006-04-17 Christian Persch <chpe@cvs.gnome.org>
|
2006-04-17 Christian Persch <chpe@cvs.gnome.org>
|
||||||
|
|
||||||
* gtk/gtkdnd.c: (gtk_drag_dest_set), (gtk_drag_dest_set_proxy): Fix
|
* gtk/gtkdnd.c: (gtk_drag_dest_set), (gtk_drag_dest_set_proxy): Fix
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2006-04-17 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* demos/gtk-demo/colorsel.c (expose_event_callback): Small formatting
|
||||||
|
fix.
|
||||||
|
|
||||||
2006-04-17 Christian Persch <chpe@cvs.gnome.org>
|
2006-04-17 Christian Persch <chpe@cvs.gnome.org>
|
||||||
|
|
||||||
* gtk/gtkdnd.c: (gtk_drag_dest_set), (gtk_drag_dest_set_proxy): Fix
|
* gtk/gtkdnd.c: (gtk_drag_dest_set), (gtk_drag_dest_set_proxy): Fix
|
||||||
|
@ -15,7 +15,9 @@ static GtkWidget *frame;
|
|||||||
/* Expose callback for the drawing area
|
/* Expose callback for the drawing area
|
||||||
*/
|
*/
|
||||||
static gboolean
|
static gboolean
|
||||||
expose_event_callback (GtkWidget *widget, GdkEventExpose *event, gpointer data)
|
expose_event_callback (GtkWidget *widget,
|
||||||
|
GdkEventExpose *event,
|
||||||
|
gpointer data)
|
||||||
{
|
{
|
||||||
if (widget->window)
|
if (widget->window)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user