aboutsummaryrefslogtreecommitdiff
path: root/include/xcursor.h
AgeCommit message (Expand)Author
2020-02-24Assume xcb_cursor_context_new never fails (#3955)xzfc
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2015-04-20Update copyright notices and get rid of rangesDeiz
2014-01-01Use #pragma onceAlexander Kedrik
2013-08-17switch from libXcursor to xcb-util-cursorMichael Stapelberg
2012-09-23Display appropriate cursors when resizing or moving floating windows.Deiz
2012-09-21don’t use reversed identifiers for include guards (Thanks Markus)Michael Stapelberg
2012-03-31Use (void) instead of () for functions without args (Thanks fernandotcl)Michael Stapelberg
2011-11-22Fix prototype in include/xcursor.h (Thanks Greg Kroah-Hartman)Michael Stapelberg
2011-10-25normalize file headers across **/*.{h,c}Michael Stapelberg
2011-10-10Change the root window cursor to 'watch' during startupsMichael Stapelberg
2011-07-29remove unnecessary 'extern' keyword from function prototypes in include/xcurs...Michael Stapelberg
2011-07-29Bugfix: Set the cursor via the Xlib connection if XCursor is supportedMichael Stapelberg
2010-11-28little style fixes, add vim modelineMichael Stapelberg
2010-11-28libXcursor support (themed cursors).Fernando Tarlá Cardoso Lemos