diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2017-07-09 15:20:40 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2017-07-09 15:20:40 +0000 |
| commit | 27cadae623ce5bc66b0401238bc7737b7b9d37d5 (patch) | |
| tree | 75a45add7b9b08502dcab731bda324adb2383d91 /src/cms-system.h | |
| parent | ege-color-prof-tracker: Cosmetic cleanup (diff) | |
| download | inkscape-27cadae623ce5bc66b0401238bc7737b7b9d37d5.tar.gz inkscape-27cadae623ce5bc66b0401238bc7737b7b9d37d5.zip | |
Updates for GdkScreen/GdkMonitor API changes
Diffstat (limited to 'src/cms-system.h')
| -rw-r--r-- | src/cms-system.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cms-system.h b/src/cms-system.h index 73d1a89c4..27eb8e3e6 100644 --- a/src/cms-system.h +++ b/src/cms-system.h @@ -21,9 +21,9 @@ public: static cmsHTRANSFORM getDisplayTransform(); - static Glib::ustring getDisplayId( int screen, int monitor ); + static Glib::ustring getDisplayId( int monitor ); - static Glib::ustring setDisplayPer( void* buf, unsigned int bufLen, int screen, int monitor ); + static Glib::ustring setDisplayPer( void* buf, unsigned int bufLen, int monitor ); static cmsHTRANSFORM getDisplayPer( Glib::ustring const& id ); |
