- Update to 1.0.13.004
Changes: * Wrap XGetWindowAttributes(). * Simplify registration of override-redirect windows. * Avoid redundant calls of XGetWindowAttributes. * Only manage InputOutput windows. * Add server grab around initial window pickup loop. * Don't play sound in ShowAlert(). * Rename EDrawableCheck to EXDrawableOk and remove unused parameter. * Add EXWindowOk(). * Use our own window property functions in stead of various Xlib ones. * Remove some use of X11 Bool type/values. * Wrap the last XClearArea call. * Use NoXID in stead of None. * Use XCopyArea wrapper function. * Wrap remaining XCopyArea calls. * Tweak error handler API. * Wrap some calls to XFillRectangle. * Fix memory leak when changing area. * Reduce nesting in DialogRealizeItem(). * Simplify/fix dialog layout code.
This commit is contained in:
parent
9769b3c606
commit
7f2952b7e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344712
2 changed files with 5 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= e16
|
||||
PORTVERSION= 1.0.13.003
|
||||
PORTVERSION= 1.0.13.004
|
||||
CATEGORIES= x11-wm enlightenment
|
||||
MASTER_SITES= SF/enlightenment/${PORTNAME}/Snapshots/
|
||||
|
||||
|
@ -14,7 +14,8 @@ SOUND_DESC= Sound support via pulseaudio/libsndfile
|
|||
|
||||
USE_XORG= compositeproto damageproto xextproto x11 xbitmaps xcomposite xdamage \
|
||||
xext xfixes xft xinerama xrandr xrender xxf86vm
|
||||
USES= gettext gmake iconv pkgconfig
|
||||
USES= gettext gmake iconv pkgconfig shebangfix
|
||||
SHEBANG_FILES= scripts/e_gen_menu
|
||||
USE_EFL= imlib2
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (e16-1.0.13.003.tar.gz) = 2d6d2eff4e4cda47a4257a2abd72e99128527935da85c3b5f062fedf0db306ad
|
||||
SIZE (e16-1.0.13.003.tar.gz) = 2343521
|
||||
SHA256 (e16-1.0.13.004.tar.gz) = 7a36cf5ff3fca3b1a8e70ff980ad39c39b28a652c74b3ea5663e1f8252fa4bdf
|
||||
SIZE (e16-1.0.13.004.tar.gz) = 2348143
|
||||
|
|
Loading…
Reference in a new issue