sawfish r4297 - in trunk: . src
- From: chrisb svn gnome org
- To: svn-commits-list gnome org
- Subject: sawfish r4297 - in trunk: . src
- Date: Tue, 18 Nov 2008 20:42:06 +0000 (UTC)
Author: chrisb
Date: Tue Nov 18 20:42:05 2008
New Revision: 4297
URL: http://svn.gnome.org/viewvc/sawfish?rev=4297&view=rev
Log:
src/windows.c: another small clean-up
Modified:
   trunk/ChangeLog
   trunk/src/windows.c
Modified: trunk/src/windows.c
==============================================================================
--- trunk/src/windows.c	(original)
+++ trunk/src/windows.c	Tue Nov 18 20:42:05 2008
@@ -80,15 +80,16 @@
 
 static repv gravity_map[StaticGravity+1];
 
-// In sawfish-1.3.3, the only callback used is keymap_prop_change. 
+/* In sawfish-1.3.3, the only callback used is keymap_prop_change. */
+
+static struct prop_handler *prop_handlers;
+
 struct prop_handler {
     struct prop_handler *next;
     repv prop;
     void (*callback) (Lisp_Window *w, repv prop, repv old, repv new);
 };
 
-static struct prop_handler *prop_handlers;
-
 
 /* utilities */
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]