home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Shareware 1999 March
/
PCShareware-3-99.iso
/
IMPLE
/
DJGPP.RAR
/
DJGPP2
/
XLIB-SR0.ZIP
/
SRC
/
XLIBEMU
/
CHANGES
< prev
next >
Wrap
Text File
|
1994-02-20
|
1KB
|
42 lines
# $Id: changes 1.2 1994/02/01 15:06:12 ulrich Exp ulrich $
#
# This file contains the most important changes between
# two versions of Xlibemu.
#
Xlibemu Changes since version 0.2
window.c:
Moved all X library functions into separate files.
_WGetWindowOrigin():
Window border bug fixed. Borderwidth is used to
calcluate the top-left origin.
_WSetVisibileRegion():
Windows no longer may overlay their parent border.
(Fvwm does no longer produce any pixel garbage.)
event.c:
Only extended scancode keys are remapped.
xfonts.dir is created by makxfdir (see makefile).
Added more X library funtions.
(I was able to compile, link and run xgc demo)
The distibution contains probably all sources
for recompilation. There is also a binary version
of libX11.a included.
gc.c: Removed some X library functions (original sources
are used instead).
Xlibemu Changes since version 0.1
New file eventque.c: Replaces mouse.c.
This file was written to get the scancodes for
keyboard events. Event polling is no longer
supported.
New file loadkeym.c: The environment variable
XMODMAP=<xmodap file> can be used to load different
keyboard mappings. There exists also an compile time
configurable modmap.h (default is Xmodmap.gr).