Japanese translation of message catalog for Sawfish Window-Manager
Revisão | 367af2330e7333b6ca32b14ea50307e007bd9e5d (tree) |
---|---|
Hora | 2010-05-15 12:45:40 |
Autor | Teika kazura <teika@lava...> |
Commiter | Teika kazura |
Log correction of the last RandR edit.
The most important change was that screen size information is updated after XRRScreenChangeNotifyEvent.
@@ -6,8 +6,8 @@ | ||
6 | 6 | * src/functions.c |
7 | 7 | * src/sawfish_subrs.h: Complets the last RandR edit. At least it's |
8 | 8 | correct if you have only one screen, or if you use Xinerama. |
9 | - Most importantly, XRRUpdateConfiguration is called after | |
10 | - XRRScreenChangeNotifyEvent. This ensures update inside of Xlib. | |
9 | + Most importantly, screen size information is updated after | |
10 | + XRRScreenChangeNotifyEvent. | |
11 | 11 | Other changes: |
12 | 12 | NULL display check of the RandR is changed to Sawfish conventional |
13 | 13 | way. (Just to be in accordance.) Minor memeory leak fix. |
@@ -1,5 +1,4 @@ | ||
1 | 1 | /* events.c -- Event handling |
2 | - $Id$ | |
3 | 2 | |
4 | 3 | Copyright (C) 1999 John Harper <john@dcs.warwick.ac.uk> |
5 | 4 |