1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-01-13 15:27:31 +00:00

Version 3.0.1, see versions.txt

This commit is contained in:
¨Rene Richarz 2019-05-04 20:03:41 +02:00
parent f0e8f5c1f5
commit 14b2859bb0
3 changed files with 5 additions and 6 deletions

10
main.c
View File

@ -117,11 +117,11 @@ static void do_drawing(cairo_t *cr, GtkWidget *widget)
temporary_surface = cairo_surface_create_similar(cairo_get_target(cr),
CAIRO_CONTENT_COLOR_ALPHA, windowWidth, windowHeight);
//if (argFull) { // hide cursor in full mode
// GdkCursor* Cursor = gdk_cursor_new(GDK_BLANK_CURSOR);
// GdkWindow* win = gtk_widget_get_window(window);
// gdk_window_set_cursor((win), Cursor);
//}
if (argFull) { // hide cursor in full mode
GdkCursor* Cursor = gdk_cursor_new(GDK_BLANK_CURSOR);
GdkWindow* win = gtk_widget_get_window(window);
gdk_window_set_cursor((win), Cursor);
}
}
cairo_t *permanent_cr = cairo_create(permanent_surface);

BIN
tek4010

Binary file not shown.

View File

@ -2,7 +2,6 @@ Version 1.3.1 May 4, 2019
=========================
Bug fixes
- GIN mode returns properly scaled coordinates in full mode
- Cursor not disabled in full mode, needed for GIN mode
Version 1.3 April 29, 2019
==========================