weston/clients
Andrew Wedgbury 9cd661e746 Make sure config.h is included before any system headers
There was an issue recently in screen-share.c where config.h was not
being included, resulting in the wrong definition for off_t being used on
32 bit systems. I checked and I don't think this problem is happening
elsewhere, but to help avoid this sort of problem in the future, I went
through and made sure that config.h is included first whenever system
headers are included.

The config.h header should be included before any system headers, failing
to do this can result in the wrong type sizes being defined on certain
systems, e.g. off_t from sys/types.h

Signed-off-by: Andrew Wedgbury <andrew.wedgbury@realvnc.com>
2014-04-07 10:22:28 -07:00
..
calibrator.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
clickdot.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
cliptest.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
desktop-shell.c clients/desktop-shell: check OOM conditions 2014-01-19 22:01:12 -08:00
dnd.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
editor.c editor: Add missing touch-to-activate for the entries 2014-01-07 10:42:41 -08:00
eventdemo.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
flower.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
fullscreen.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
gears.c Rename invocations of frame_create that were missed by ee7fefcf 2013-10-21 21:04:08 -07:00
glmatrix.c Add signedness warning flag and fix fallout 2012-03-30 11:52:39 -04:00
image.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
keyboard.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
matrix3.xpm clients: import glmatrix.c and matrix3.xpm 2011-11-18 14:45:04 +02:00
multi-resource.c multi-resource: Don't include non-existing xmalloc.h 2013-10-10 19:21:05 -07:00
nested-client.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
nested.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
resizor.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
scaler.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
screenshot.c screenshooter: Add missing newline and use program_invocation_short_name 2013-08-12 22:15:38 -07:00
simple-egl.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
simple-shm.c simple-shm: Add wl_fullscreen_shell support 2014-04-02 21:26:00 -07:00
simple-touch.c clients: remove superfluous call 2013-09-13 15:12:23 -07:00
smoke.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
stacking.c Revert "stacking: Remove transient window support" 2014-02-01 01:53:05 -08:00
subsurfaces.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
terminal.c terminal: Only reset title if we put the window size there 2014-02-05 17:01:47 -08:00
transformed.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
weston-info.c weston-info: free allocated memory and check OOM conditions 2014-01-19 22:02:37 -08:00
weston-simple-im.c Add more missing config.h #includes 2013-08-26 14:59:14 -07:00
window.c toytoolkit: match parent surface type when adding a subsurface 2014-04-06 22:37:45 -07:00
window.h Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
wscreensaver-glue.c screensaver: fix decoding of transparency in xpm files 2012-09-06 21:08:12 -04:00
wscreensaver-glue.h Never include wayland-util.h directly 2011-11-22 09:35:14 -05:00
wscreensaver.c Rename invocations of frame_create that were missed by ee7fefcf 2013-10-21 21:04:08 -07:00
wscreensaver.h Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00