Improving demo (/demos/tools/touch_calibration_grabber)
This commit is contained in:
parent
3e021b9da3
commit
5abc1dbb23
@ -38,6 +38,10 @@ static coord_t bHeight;
|
||||
static GHandle ghc;
|
||||
static coord_t swidth, sheight;
|
||||
|
||||
#if !GWIN_CONSOLE_USE_FLOAT
|
||||
#error "You need to enable float support for the console widget. (GWIN_CONSOLE_USE_FLOAT)"
|
||||
#endif
|
||||
|
||||
int main(void) {
|
||||
GMouse* m;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user