Japanese translation of message catalog for Sawfish Window-Manager
Révision | 6860d06eb5f7253b2673562a893abbf1809b1956 (tree) |
---|---|
l'heure | 2010-11-06 15:46:15 |
Auteur | Christopher Roy Bratusek <zanghar@free...> |
Commiter | Christopher Roy Bratusek |
rename sawfish.wm.edge.flippers to sawfish.wm.edge.subrs
@@ -1,3 +1,10 @@ | ||
1 | +2010-11-06 Christopher Bratusek <zanghar@freenet.de> | |
2 | + * src/flippers.c: build into sawfish and rename module to sawfish.wm.edge.subrs | |
3 | + | |
4 | + * src/main.c | |
5 | + * src/Makefile.in | |
6 | + * lisp/sawfish/wm/edge/util.jl: updated | |
7 | + | |
1 | 8 | 2010-11-04 Christopher Bratusek <zanghar@freenet.de> |
2 | 9 | * lisp/sawfish/wm/edge/infinite-desktop |
3 | 10 | * lisp/sawfish/wm/edge/viewport-drag.jl: renamed module (and remaining functions) |
@@ -20,16 +20,18 @@ | ||
20 | 20 | |
21 | 21 | (define-structure sawfish.wm.edge.util |
22 | 22 | |
23 | - (export flippers-activate | |
24 | - get-active-corner | |
25 | - get-active-edge) | |
23 | + (compound-interface | |
24 | + (structure-interface sawfish.wm.edge.subrs) | |
25 | + (export flippers-activate | |
26 | + get-active-corner | |
27 | + get-active-edge)) | |
26 | 28 | |
27 | 29 | (open rep |
28 | 30 | rep.system |
29 | 31 | sawfish.wm.misc |
30 | 32 | sawfish.wm.events |
31 | 33 | sawfish.wm.custom |
32 | - sawfish.wm.edge.flippers) | |
34 | + sawfish.wm.edge.subrs) | |
33 | 35 | |
34 | 36 | (define-structure-alias edge-util sawfish.wm.edge.util) |
35 | 37 |
@@ -26,7 +26,7 @@ top_srcdir=@top_srcdir@ | ||
26 | 26 | srcdir=@srcdir@ |
27 | 27 | VPATH=@srcdir@:@top_srcdir@ |
28 | 28 | |
29 | -SRCS := colors.c cursors.c display.c events.c fonts.c frames.c \ | |
29 | +SRCS := colors.c cursors.c display.c events.c fonts.c frames.c flippers.c \ | |
30 | 30 | functions.c images.c keys.c main.c multihead.c pixmap-cache.c \ |
31 | 31 | property-cache.c server.c session.c stacking-list.c windows.c |
32 | 32 | OBJS := $(SRCS:.c=.o) |
@@ -36,16 +36,11 @@ DL_OBJS := $(DL_SRCS:%.c=%.la) client.la | ||
36 | 36 | DL_DSTS = sawfish/wm/util/gradient.la sawfish/wm/util/x.la sawfish/wm/util/selection.la |
37 | 37 | DL_DIRS = sawfish/wm/util |
38 | 38 | |
39 | -FLIPPER_DL_SRC := flippers.c | |
40 | -FLIPPER_DL_OBJS := flippers.la | |
41 | -FLIPPER_DL_DSTS = sawfish/wm/edge/flippers.la | |
42 | -FLIPPER_DL_DIRS = sawfish/wm/edge | |
43 | - | |
44 | 39 | INSTALL_HDRS = sawfish.h sawfish_subrs.h libclient.h server.h keys.h build.h |
45 | 40 | |
46 | 41 | override CFLAGS := $(CFLAGS) $(REP_CFLAGS) $(IMAGE_CFLAGS) $(X11_CFLAGS) $(PANGO_CFLAGS) |
47 | 42 | |
48 | -all : sawfish libclient.o $(DL_OBJS) $(FLIPPER_DL_OBJS) .libexec gtk-style | |
43 | +all : sawfish libclient.o $(DL_OBJS) .libexec gtk-style | |
49 | 44 | |
50 | 45 | sawfish : $(OBJS) $(LIBOBJS) |
51 | 46 | $(rep_LIBTOOL) --mode=link --tag=CC $(CC) -export-dynamic $(LDFLAGS) \ |
@@ -69,7 +64,7 @@ install : all installdirs | ||
69 | 64 | $(rep_LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)${bindir}; \ |
70 | 65 | done |
71 | 66 | $(rep_DL_INSTALL) gtk-style $(DESTDIR)${sawfishexecdir} |
72 | - $(foreach x,$(DL_DSTS) $(FLIPPER_DL_DSTS),\ | |
67 | + $(foreach x,$(DL_DSTS),\ | |
73 | 68 | $(rep_LIBTOOL) --mode=install $(INSTALL_PROGRAM) \ |
74 | 69 | $(notdir $(x)) $(DESTDIR)$(sawfishexecdir)/$(dir $(x));) |
75 | 70 | $(rep_INSTALL_ALIASES) -c $(srcdir) $(DESTDIR)$(sawfishexecdir) |
@@ -94,10 +89,9 @@ uninstall : | ||
94 | 89 | installdirs : mkinstalldirs |
95 | 90 | $(SHELL) $< $(DESTDIR)$(bindir) $(DESTDIR)$(repexecdir)/sawfish \ |
96 | 91 | $(foreach x,$(DL_DIRS),$(DESTDIR)$(sawfishexecdir)/$(x)) \ |
97 | - $(DESTDIR)$(sawfishexecdir)/$(FLIPPER_DL_DIRS) \ | |
98 | 92 | $(DESTDIR)$(includedir)/sawfish/ |
99 | 93 | |
100 | -.libexec : $(DL_OBJS) $(FLIPPER_DL_OBJS) | |
94 | +.libexec : $(DL_OBJS) | |
101 | 95 | $(SHELL) $(srcdir)/fake-libexec |
102 | 96 | |
103 | 97 | clean : |
@@ -7,7 +7,6 @@ libexecdir="./.libexec" | ||
7 | 7 | |
8 | 8 | libs="\ |
9 | 9 | sawfish.client\ |
10 | - sawfish.wm.edge.flippers\ | |
11 | 10 | sawfish.wm.util.gradient\ |
12 | 11 | sawfish.wm.util.play-sample\ |
13 | 12 | sawfish.wm.util.selection\ |
@@ -155,10 +155,10 @@ DEFUN("recreate-flippers", Frecreate_flippers, | ||
155 | 155 | return Qt; |
156 | 156 | } |
157 | 157 | |
158 | -repv | |
159 | -rep_dl_init (void) | |
158 | +void | |
159 | +flippers_init (void) | |
160 | 160 | { |
161 | - repv tem = rep_push_structure ("sawfish.wm.edge.flippers"); | |
161 | + repv tem = rep_push_structure ("sawfish.wm.edge.subrs"); | |
162 | 162 | |
163 | 163 | rep_ADD_SUBR(Senable_flippers); |
164 | 164 | rep_ADD_SUBR(Sdisable_flippers); |
@@ -166,6 +166,8 @@ rep_dl_init (void) | ||
166 | 166 | rep_ADD_SUBR(Screate_flippers); |
167 | 167 | rep_ADD_SUBR(Srecreate_flippers); |
168 | 168 | |
169 | + rep_pop_structure (tem); | |
170 | + | |
169 | 171 | rep_INTERN (left); |
170 | 172 | rep_INTERN (right); |
171 | 173 | rep_INTERN (top); |
@@ -173,5 +175,9 @@ rep_dl_init (void) | ||
173 | 175 | rep_INTERN_SPECIAL (enter_flipper_hook); |
174 | 176 | rep_INTERN_SPECIAL (leave_flipper_hook); |
175 | 177 | |
176 | - return rep_pop_structure (tem); | |
177 | 178 | } |
179 | + | |
180 | +void | |
181 | +flippers_kill(void) | |
182 | +{ | |
183 | +}; |
@@ -509,6 +509,7 @@ where OPTIONS are any of:\n\ | ||
509 | 509 | fonts_init (); |
510 | 510 | cursors_init (); |
511 | 511 | frames_init (); |
512 | + flippers_init (); | |
512 | 513 | windows_init (); |
513 | 514 | keys_init (); |
514 | 515 | functions_init (); |
@@ -522,6 +523,7 @@ where OPTIONS are any of:\n\ | ||
522 | 523 | functions_kill (); |
523 | 524 | windows_kill (); |
524 | 525 | frames_kill (); |
526 | + flippers_kill (); | |
525 | 527 | cursors_kill (); |
526 | 528 | fonts_kill (); |
527 | 529 | colors_kill (); |