gtk2/demos
Alexander Larsson 890080ebf7 GdkWindow -> GdkSurface: File renames
Rename all *window.[ch] source files.

This is an automatic operation, done by the following commands:

for i in $(git ls-files gdk | grep window); do
    git mv $i $(echo $i | sed s/window/surface/);
    git sed -f g $(basename $i) $(basename $i | sed s/window/surface/) ;
done

git checkout NEWS* po-properties po
2018-03-20 11:46:11 +01:00
..
gtk-demo GdkWindow -> GdkSurface: File renames 2018-03-20 11:46:11 +01:00
icon-browser iconbrowser: setup image dnd for image6 2018-02-03 12:22:46 +01:00
widget-factory GdkWindow -> GdkSurface initial type rename 2018-03-20 11:40:08 +01:00
meson.build meson: demos: update and sync up with Makefiles 2017-05-03 15:10:53 +01:00