forked from michael/leanshot
compile on stable
This commit is contained in:
parent
4470235275
commit
38c1fd25ed
2 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
leanshot
|
leanshot
|
||||||
========
|
========
|
||||||
|
|
||||||
|
[![](https://api.travis-ci.org/iptq/leanshot.svg?branch=develop)](https://travis-ci.org/iptq/leanshot)
|
||||||
|
|
||||||
Screenshot-capturing utility.
|
Screenshot-capturing utility.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
|
|
@ -87,6 +87,7 @@ impl GUI {
|
||||||
MouseCursor, VirtualKeyCode, WindowBuilder, WindowEvent,
|
MouseCursor, VirtualKeyCode, WindowBuilder, WindowEvent,
|
||||||
};
|
};
|
||||||
use nanovg::{self, Image, ImagePattern, PathOptions, StrokeOptions};
|
use nanovg::{self, Image, ImagePattern, PathOptions, StrokeOptions};
|
||||||
|
use x11;
|
||||||
use std::{f32::consts, mem, slice};
|
use std::{f32::consts, mem, slice};
|
||||||
|
|
||||||
// let attr = window.get_attributes()?;
|
// let attr = window.get_attributes()?;
|
||||||
|
|
Loading…
Reference in a new issue