~brandontschaefer/nux/nux-xim-crash-fix

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Tarmac
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2013-04-13 21:21:01 UTC
  • mfrom: (769.2.9 nux)
  • Revision ID: tarmac-20130413212101-ioqqr013hepu36yd
WindowThread: return a const& in GetDrawList

This will reduces a lot the copies that unity has to do in very-often called functions. Fixes: https://bugs.launchpad.net/bugs/1167605.

Approved by PS Jenkins bot, Andrea Azzarone, Michi Henning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
# e.g.: december 5th, 2011 is: 20111205
24
24
# To make more than one API change in a day, add a number to the date. Like 20111205.xx
25
25
 
26
 
m4_define([nux_abi_version], [20130408.1])
 
26
m4_define([nux_abi_version], [20130411.0])
27
27
 
28
28
m4_define([nux_version],
29
29
          [nux_major_version.nux_minor_version.nux_micro_version])