gri3-wm/src
Michael Stapelberg 85308715ea Turn nested functions into real functions or macros
This enables compilation with llvm-clang and thus closes ticket #101.
While it makes the code more ugly, I don’t see a beautiful solution
which would enable us to stay with the more elegant solution of
nested functions and still allow compilation with any other compiler
than gcc.
2010-03-07 19:00:34 +01:00
..
cfgparse.l Change workspace assignments to use the RandR output name instead of <screen> 2010-03-02 13:35:43 +01:00
cfgparse.y Change workspace assignments to use the RandR output name instead of <screen> 2010-03-02 13:35:43 +01:00
click.c huge change: implement RandR instead of Xinerama 2010-03-02 12:47:21 +01:00
client.c add xcb_set_window_rect which configures a window according to a Rect 2010-02-28 20:35:30 +01:00
commands.c Turn nested functions into real functions or macros 2010-03-07 19:00:34 +01:00
config.c Obey the XDG Base Directory Specification for config file paths 2010-01-03 16:58:41 +01:00
container.c retab! src/container.c 2009-12-22 23:43:05 +01:00
debug.c huge change: implement RandR instead of Xinerama 2010-03-02 12:47:21 +01:00
ewmh.c ewmh: Don’t push workspaces with width=0 and height=0 (Thanks Atsutane, badboy) 2010-01-03 18:36:50 +01:00
floating.c Turn nested functions into real functions or macros 2010-03-07 19:00:34 +01:00
handlers.c Allow unsetting WM_CLIENT_LEADER (XCB_NONE is not an invalid value) 2010-03-05 17:42:50 +01:00
ipc.c use scalloc instead of some places where calloc was still used 2010-03-02 14:42:24 +01:00
layout.c For num_clients == 0, the last fix is also valid 2010-03-06 16:58:20 +01:00
log.c add log.c/log.h which contain all the log related macros and functions 2009-12-19 22:40:23 +01:00
mainx.c Update function names, variable names and documentation for the RandR changes 2010-03-05 16:18:41 +01:00
manage.c put windows with WM_CLIENT_LEADER on the workspace of their leader 2010-03-05 18:01:32 +01:00
randr.c Update function names, variable names and documentation for the RandR changes 2010-03-05 16:18:41 +01:00
resize.c Turn nested functions into real functions or macros 2010-03-07 19:00:34 +01:00
sighandler.c sighandler: only display on active outputs 2010-03-03 08:48:57 +01:00
table.c use scalloc instead of some places where calloc was still used 2010-03-02 14:42:24 +01:00
util.c Clear urgency hints set by i3 (see HEAD~2) 2010-03-05 20:03:38 +01:00
workspace.c Update function names, variable names and documentation for the RandR changes 2010-03-05 16:18:41 +01:00
xcb.c add xcb_set_window_rect which configures a window according to a Rect 2010-02-28 20:35:30 +01:00