* Remove vim modelines:
 find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \;
 find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \;

* Remove leading blank lines:
 find . -name '*.[cxh]' -exec sed -i '/./,$!d'

If you use vim, use this in your .vimrc:
set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0



SVN revision: 50816
devs/devilhorns/wayland_egl
Lucas De Marchi 13 years ago
parent bd0d948867
commit 0a4617ae38
  1. 4
      legacy/ecore/src/lib/ecore/ecore.c
  2. 4
      legacy/ecore/src/lib/ecore/ecore_anim.c
  3. 4
      legacy/ecore/src/lib/ecore/ecore_app.c
  4. 4
      legacy/ecore/src/lib/ecore/ecore_events.c
  5. 4
      legacy/ecore/src/lib/ecore/ecore_exe.c
  6. 4
      legacy/ecore/src/lib/ecore/ecore_exe_win32.c
  7. 4
      legacy/ecore/src/lib/ecore/ecore_exe_wince.c
  8. 4
      legacy/ecore/src/lib/ecore/ecore_getopt.c
  9. 4
      legacy/ecore/src/lib/ecore/ecore_glib.c
  10. 4
      legacy/ecore/src/lib/ecore/ecore_idle_enterer.c
  11. 4
      legacy/ecore/src/lib/ecore/ecore_idle_exiter.c
  12. 4
      legacy/ecore/src/lib/ecore/ecore_idler.c
  13. 4
      legacy/ecore/src/lib/ecore/ecore_job.c
  14. 4
      legacy/ecore/src/lib/ecore/ecore_main.c
  15. 4
      legacy/ecore/src/lib/ecore/ecore_pipe.c
  16. 4
      legacy/ecore/src/lib/ecore/ecore_poll.c
  17. 4
      legacy/ecore/src/lib/ecore/ecore_signal.c
  18. 4
      legacy/ecore/src/lib/ecore/ecore_time.c
  19. 4
      legacy/ecore/src/lib/ecore/ecore_timer.c
  20. 4
      legacy/ecore/src/lib/ecore_cocoa/Ecore_Cocoa.h
  21. 3
      legacy/ecore/src/lib/ecore_con/Ecore_Con.h
  22. 4
      legacy/ecore/src/lib/ecore_con/ecore_con.c
  23. 4
      legacy/ecore/src/lib/ecore_con/ecore_con_info.c
  24. 4
      legacy/ecore/src/lib/ecore_con/ecore_con_local.c
  25. 4
      legacy/ecore/src/lib/ecore_con/ecore_con_ssl.c
  26. 4
      legacy/ecore/src/lib/ecore_con/ecore_con_url.c
  27. 4
      legacy/ecore/src/lib/ecore_config/ecore_config.c
  28. 4
      legacy/ecore/src/lib/ecore_config/ecore_config_db.c
  29. 4
      legacy/ecore/src/lib/ecore_config/ecore_config_extra.c
  30. 4
      legacy/ecore/src/lib/ecore_config/ecore_config_ipc_ecore.c
  31. 4
      legacy/ecore/src/lib/ecore_config/ecore_config_ipc_main.c
  32. 4
      legacy/ecore/src/lib/ecore_config/ecore_config_storage.c
  33. 4
      legacy/ecore/src/lib/ecore_config/ecore_config_util.c
  34. 4
      legacy/ecore/src/lib/ecore_directfb/ecore_directfb.c
  35. 4
      legacy/ecore/src/lib/ecore_evas/Ecore_Evas.h
  36. 4
      legacy/ecore/src/lib/ecore_evas/ecore_evas.c
  37. 4
      legacy/ecore/src/lib/ecore_evas/ecore_evas_cocoa.c
  38. 4
      legacy/ecore/src/lib/ecore_evas/ecore_evas_directfb.c
  39. 4
      legacy/ecore/src/lib/ecore_evas/ecore_evas_fb.c
  40. 3
      legacy/ecore/src/lib/ecore_evas/ecore_evas_private.h
  41. 4
      legacy/ecore/src/lib/ecore_evas/ecore_evas_sdl.c
  42. 4
      legacy/ecore/src/lib/ecore_evas/ecore_evas_util.c
  43. 4
      legacy/ecore/src/lib/ecore_evas/ecore_evas_win32.c
  44. 4
      legacy/ecore/src/lib/ecore_evas/ecore_evas_wince.c
  45. 4
      legacy/ecore/src/lib/ecore_evas/ecore_evas_x.c
  46. 4
      legacy/ecore/src/lib/ecore_fb/ecore_fb.c
  47. 4
      legacy/ecore/src/lib/ecore_fb/ecore_fb_li.c
  48. 4
      legacy/ecore/src/lib/ecore_fb/ecore_fb_ts.c
  49. 4
      legacy/ecore/src/lib/ecore_fb/ecore_fb_vt.c
  50. 4
      legacy/ecore/src/lib/ecore_file/Ecore_File.h
  51. 4
      legacy/ecore/src/lib/ecore_file/ecore_file.c
  52. 4
      legacy/ecore/src/lib/ecore_file/ecore_file_download.c
  53. 4
      legacy/ecore/src/lib/ecore_file/ecore_file_monitor.c
  54. 4
      legacy/ecore/src/lib/ecore_file/ecore_file_monitor_inotify.c
  55. 4
      legacy/ecore/src/lib/ecore_file/ecore_file_monitor_poll.c
  56. 4
      legacy/ecore/src/lib/ecore_file/ecore_file_path.c
  57. 4
      legacy/ecore/src/lib/ecore_imf/Ecore_IMF.h
  58. 4
      legacy/ecore/src/lib/ecore_imf/ecore_imf.c
  59. 4
      legacy/ecore/src/lib/ecore_imf/ecore_imf_context.c
  60. 4
      legacy/ecore/src/lib/ecore_imf/ecore_imf_module.c
  61. 3
      legacy/ecore/src/lib/ecore_imf_evas/Ecore_IMF_Evas.h
  62. 4
      legacy/ecore/src/lib/ecore_imf_evas/ecore_imf_evas.c
  63. 4
      legacy/ecore/src/lib/ecore_input/Ecore_Input.h
  64. 4
      legacy/ecore/src/lib/ecore_input/ecore_input.c
  65. 4
      legacy/ecore/src/lib/ecore_input_evas/Ecore_Input_Evas.h
  66. 4
      legacy/ecore/src/lib/ecore_input_evas/ecore_input_evas.c
  67. 4
      legacy/ecore/src/lib/ecore_ipc/ecore_ipc.c
  68. 4
      legacy/ecore/src/lib/ecore_sdl/Ecore_Sdl.h
  69. 4
      legacy/ecore/src/lib/ecore_sdl/ecore_sdl.c
  70. 4
      legacy/ecore/src/lib/ecore_win32/Ecore_Win32.h
  71. 4
      legacy/ecore/src/lib/ecore_win32/ecore_win32.c
  72. 4
      legacy/ecore/src/lib/ecore_win32/ecore_win32_cursor.c
  73. 4
      legacy/ecore/src/lib/ecore_win32/ecore_win32_dnd.c
  74. 4
      legacy/ecore/src/lib/ecore_win32/ecore_win32_event.c
  75. 4
      legacy/ecore/src/lib/ecore_win32/ecore_win32_private.h
  76. 4
      legacy/ecore/src/lib/ecore_win32/ecore_win32_window.c
  77. 4
      legacy/ecore/src/lib/ecore_wince/Ecore_WinCE.h
  78. 4
      legacy/ecore/src/lib/ecore_wince/ecore_wince.c
  79. 4
      legacy/ecore/src/lib/ecore_wince/ecore_wince_event.c
  80. 4
      legacy/ecore/src/lib/ecore_wince/ecore_wince_private.h
  81. 4
      legacy/ecore/src/lib/ecore_wince/ecore_wince_window.c
  82. 4
      legacy/ecore/src/lib/ecore_x/Ecore_X.h
  83. 3
      legacy/ecore/src/lib/ecore_x/Ecore_X_Atoms.h
  84. 4
      legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb.c
  85. 4
      legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_atom.c
  86. 4
      legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_composite.c
  87. 4
      legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_cursor.c
  88. 4
      legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_damage.c
  89. 4
      legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_dnd.c
  90. 4
      legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_dpms.c
  91. 4
      legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_drawable.c
  92. 4
      legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_e.c
  93. 4
      legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_events.c
  94. 4
      legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_fixes.c
  95. 4
      legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_gc.c
  96. 4
      legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_icccm.c
  97. 4
      legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_netwm.c
  98. 4
      legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_pixmap.c
  99. 4
      legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c
  100. 4
      legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_region.c
  101. Some files were not shown because too many files have changed in this diff Show More

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
/*
* TODO:
* - manage I/O pipes (several ones, and stdin)

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifndef _ECORE_COCOA_H
#define _ECORE_COCOA_H

@ -1,6 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifndef _ECORE_CON_H
#define _ECORE_CON_H

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
/*
* getaddrinfo with callback
*

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
/*
* For info on how to use libcurl, see:
* http://curl.haxx.se/libcurl/c/libcurl-tutorial.html

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif /* ifdef HAVE_CONFIG_H */

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifndef _ECORE_EVAS_H
#define _ECORE_EVAS_H

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,6 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifndef _ECORE_EVAS_PRIVATE_H
#define _ECORE_EVAS_PRIVATE_H

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifndef ECORE_FILE_H
#define ECORE_FILE_H

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifndef _ECORE_IMF_H
#define _ECORE_IMF_H

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,6 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifndef _ECORE_IMF_EVAS_H
#define _ECORE_IMF_EVAS_H

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifndef _ECORE_INPUT_H
#define _ECORE_INPUT_H

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifndef _ECORE_INPUT_EVAS_H
#define _ECORE_INPUT_EVAS_H

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifndef _ECORE_SDL_H
#define _ECORE_SDL_H

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifndef __ECORE_WIN32_H__
#define __ECORE_WIN32_H__

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifndef __ECORE_WIN32_PRIVATE_H__
#define __ECORE_WIN32_PRIVATE_H__

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifndef __ECORE_WINCE_H__
#define __ECORE_WINCE_H__

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifndef __ECORE_WINCE_PRIVATE_H__
#define __ECORE_WINCE_PRIVATE_H__

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifndef _ECORE_X_H
#define _ECORE_X_H

@ -1,6 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifndef _ECORE_X_ATOMS_H
#define _ECORE_X_ATOMS_H

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include <string.h>
#include <X11/keysym.h>

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include <string.h>
#include "ecore_xcb_private.h"

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "ecore_xcb_private.h"
/**

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "ecore_xcb_private.h"
#include <xcb/shm.h>
#include <xcb/xcb_image.h>

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "ecore_xcb_private.h"
/**

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include <string.h>
#include "Ecore.h"

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "ecore_xcb_private.h"
/**

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "ecore_xcb_private.h"
#include <xcb/xcb.h>

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
/*
* OLD E hints
*/

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif /* ifdef HAVE_CONFIG_H */

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "ecore_xcb_private.h"
/**

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "ecore_xcb_private.h"
/**

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
/*
* Various ICCCM related functions.
*

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
/*
* _NET_WM... aka Extended Window Manager Hint (EWMH) functions.
*/

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "ecore_xcb_private.h"
/**

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "ecore_xcb_private.h"
/**

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif /* ifdef HAVE_CONFIG_H */

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save