[/] - Rev 13
Changes |
View Log |
RSS feed
Last modification
- Rev 13 2005-12-18 14:54:21
- Author: jserv
- Log message:
- 2005-12-18 Jim Huang <jserv@kaffe.org>
* hw/kdrive/ephyr/hostx.c (struct EphyrHostXVars): new members -
win_x, win_y, use_fullscreen, use_user_geometry.
(hostx_set_fullscreen_hint) (hostx_errors_untrap)
(hostx_use_user_geometry) (hostx_want_user_geometry)
(hostx_use_fullscreen) (hostx_want_fullscreen)
(hostx_set_fullscreen_hint) (hostx_use_preexisting_window)
(hostx_screen_init) (hostx_get_event),
hw/kdrive/ephyr/ephyr.c (ephyrInitialize) (ephyrScreenInitialize)
(ephyrScreenInit) (ephyrWindowLinear) (ephyrMapFramebuffer)
(ephyrSetScreenSizes) (ephyrUnmapFramebuffer) (ephyrShadowUpdate)
(ephyrInternalDamageRedisplay) (ephyrInternalDamageBlockHandler)
(ephyrInternalDamageWakeupHandler) (ephyrSetInternalDamage)
(ephyrUnsetInternalDamage) (ephyrRandRGetInfo) (ephyrRandRSetConfig)
(ephyrRandRInit) (ephyrCreateColormap) (ephyrInitScreen)
(ephyrCreateResources) (ephyrUpdateModifierState) (ephyrPoll),
hw/kdrive/ephyr/hostx.h,
hw/kdrive/ephyr/ephyrinit.c (InitInput) (ddxUseMsg)
(ddxProcessArgument),
hw/kdrive/ephyr/ephyr.h: Pull upstream.
Merged patch by Ander Conselvan de Oliveira <ander@c3sl.ufpr.br>.
Added an option to the ephyr kdrive xserver (-use-evdev) to use the
evdev input driver instead of getting events from the underlying X
server. Plus, added -geometry option.