~valavanisalex/ubuntu/precise/inkscape/fix-943984

« back to all changes in this revision

Viewing changes to inkscape-0.47pre1/src/libnr/nr-matrix-div.h

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2009-07-02 17:09:45 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090702170945-nn6d6zswovbwju1t
Tags: 0.47~pre1-0ubuntu1
* New upstream release.
  - Don't constrain maximization on small resolution devices (pre0)
    (LP: #348842)
  - Fixes segfault on startup (pre0)
    (LP: #391149)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef SEEN_LIBNR_NR_MATRIX_DIV_H
 
2
#define SEEN_LIBNR_NR_MATRIX_DIV_H
 
3
 
 
4
#include "libnr/nr-forward.h"
 
5
 
 
6
NR::Point operator/(NR::Point const &, NR::Matrix const &);
 
7
 
 
8
NR::Matrix operator/(NR::Matrix const &, NR::Matrix const &);
 
9
 
 
10
#endif /* !SEEN_LIBNR_NR_MATRIX_DIV_H */
 
11
 
 
12
/*
 
13
  Local Variables:
 
14
  mode:c++
 
15
  c-file-style:"stroustrup"
 
16
  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
 
17
  indent-tabs-mode:nil
 
18
  fill-column:99
 
19
  End:
 
20
*/
 
21
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :