• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

Revisão367af2330e7333b6ca32b14ea50307e007bd9e5d (tree)
Hora2010-05-15 12:45:40
AutorTeika kazura <teika@lava...>
CommiterTeika kazura

Mensagem de Log

Log correction of the last RandR edit.
The most important change was that screen size information is updated after XRRScreenChangeNotifyEvent.

Mudança Sumário

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -6,8 +6,8 @@
66 * src/functions.c
77 * src/sawfish_subrs.h: Complets the last RandR edit. At least it's
88 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.
1111 Other changes:
1212 NULL display check of the RandR is changed to Sawfish conventional
1313 way. (Just to be in accordance.) Minor memeory leak fix.
--- a/src/events.c
+++ b/src/events.c
@@ -1,5 +1,4 @@
11 /* events.c -- Event handling
2- $Id$
32
43 Copyright (C) 1999 John Harper <john@dcs.warwick.ac.uk>
54