Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • W weston
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 318
    • Issues 318
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 124
    • Merge requests 124
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • wayland
  • weston
  • Repository
Switch branch/tag
  • weston
  • protocol
  • weston-desktop-shell.xml
Find file BlameHistoryPermalink
  • Pekka Paalanen's avatar
    protocol: fix DTD warning in weston-desktop-shell · 870fadce
    Pekka Paalanen authored Nov 19, 2015
    
    
    The DTD requires elements in certain order, scanner itself doesn't.
    Anyway, fix the warning with a simple reordering to match how all other
    protocols are written.
    
    Fixes:
    protocol:107: element request: validity error : Element request content
    does not follow the DTD, expecting (description? , arg*), got (arg
    description )
    Signed-off-by: Pekka Paalanen's avatarPekka Paalanen <pekka.paalanen@collabora.co.uk>
    870fadce