Skip to content
  • Alexander Larsson's avatar
    GdkWindow -> GdkSurface: File renames · 890080eb
    Alexander Larsson authored
    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
    890080eb