Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xorg
lib
libxcb-cursor
Commits
c7168980
Commit
c7168980
authored
Jul 09, 2013
by
Michael Stapelberg
Browse files
set version to 0.0.99
parent
dd1a1841
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
c7168980
Release 0.
3.
9 (201
2
-0
5-30
)
==========================
Release 0.
0.9
9 (201
3
-0
7-09
)
==========================
=
- Replacing c++ class keyword in interface header.
- Fix incomplete implementation of _NET_SUPPORTING_WM_CHECK.
Release 0.3.8 (2010-04-25)
==========================
- Add EWMH library.
- Split up icccm and ewmh into their own repository.
- Prefix all ICCCM public functions, types and macros by 'icccm'.
- Add missing setters for WM_CLASS and WM_TRANSIENT_FOR properties.
- Allow to set the encoding format for TEXT properties.
- Add WM_COLORMAP_WINDOWS.
- Delete callback-based APIs for events, properties, and replies.
- Link with -no-undefined.
- Validate size of wm_hints and wm_size_hints.
- Ensure get_wm_class_from_reply returns a valid C-string.
- Add AM_MAINTAINER_MODE for vendors
- Initial release.
configure.ac
View file @
c7168980
dnl XCB_UTIL_M4_WITH_INCLUDE_PATH requires Autoconf >= 2.62
AC_PREREQ(2.62)
AC_INIT([xcb-util-cursor],0.
3.
9,[xcb@lists.freedesktop.org])
AC_INIT([xcb-util-cursor],0.
0.9
9,[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment