sawfish r4287 - in branches/sawfish-experimental: . src
- From: jkozicki svn gnome org
- To: svn-commits-list gnome org
- Subject: sawfish r4287 - in branches/sawfish-experimental: . src
- Date: Wed, 17 Sep 2008 16:21:13 +0000 (UTC)
Author: jkozicki
Date: Wed Sep 17 16:21:13 2008
New Revision: 4287
URL: http://svn.gnome.org/viewvc/sawfish?rev=4287&view=rev
Log:
Another cleanup by Christopher Bratusek. The window-plist and window-remprop patch by Teika and Timo broke building with "-Wall -ansi -pedantic". Make it work again. (also requires librep r2925 - or newer).
Modified:
branches/sawfish-experimental/ChangeLog
branches/sawfish-experimental/src/windows.c
Modified: branches/sawfish-experimental/src/windows.c
==============================================================================
--- branches/sawfish-experimental/src/windows.c (original)
+++ branches/sawfish-experimental/src/windows.c Wed Sep 17 16:21:13 2008
@@ -80,15 +80,15 @@
static repv gravity_map[StaticGravity+1];
-// In sawfish-1.3.3, the only callback used is keymap_prop_change.
+static struct prop_handler *prop_handlers;
+
+/* In sawfish-1.3.3, the only callback used is keymap_prop_change. */
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]