~ubuntu-branches/ubuntu/wily/kwin/wily-proposed

« back to all changes in this revision

Viewing changes to xcbutils.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-08-10 23:16:37 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20150810231637-5zb2tstjkez93hml
Tags: 4:5.3.95-0ubuntu1
new upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
474
474
                 << " fixes: 0x" << QString::number(m_fixes.version, 16)
475
475
                 << " randr: 0x" << QString::number(m_randr.version, 16)
476
476
                 << " sync: 0x" << QString::number(m_sync.version, 16)
477
 
                 << " damage: 0x " << QString::number(m_damage.version, 16) << endl;
 
477
                 << " damage: 0x " << QString::number(m_damage.version, 16);
478
478
}
479
479
 
480
480
void Extensions::extensionQueryReply(const xcb_query_extension_reply_t *extension, ExtensionData *dataToFill)