]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/emacsgtkfixed.c (emacs_fixed_gtk_widget_size_allocate): Mark the end
authorGrégoire Jadi <gregoire.jadi@gmail.com>
Wed, 12 Jun 2013 09:16:44 +0000 (11:16 +0200)
committerGrégoire Jadi <gregoire.jadi@gmail.com>
Wed, 12 Jun 2013 09:16:44 +0000 (11:16 +0200)
of HAVE_XWIDGETS protection.

src/emacsgtkfixed.c

index 6df0b2422b1e51b596c9982b6e3b5161b7ba5897..f675bd76d971d25d01651e5dc331eead6a7011ac 100644 (file)
@@ -184,7 +184,7 @@ static void emacs_fixed_gtk_widget_size_allocate (GtkWidget *widget,
 
 }
 
-#endif
+#endif  /* HAVE_XWIDGETS */
 
 static void
 emacs_fixed_class_init (EmacsFixedClass *klass)