mirror of
https://github.com/rricharz/Tek4010.git
synced 2026-01-13 07:19:59 +00:00
Version 3.0.1, see versions.txt
This commit is contained in:
parent
f0e8f5c1f5
commit
14b2859bb0
10
main.c
10
main.c
@ -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);
|
||||
|
||||
@ -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
|
||||
==========================
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user