misc...
	* fix: texbro m2 drag in 2x2 layout
	* fix: crash in (texbro + freezePointer)
	* fix: all sorts of problems with freezePointer drags near widget borders
This commit is contained in:
Garux
2017-08-01 14:25:00 +03:00
parent b017c473e8
commit 9d6e27e4e3
7 changed files with 50 additions and 62 deletions

View File

@@ -27,7 +27,7 @@
#include <gdk/gdkcursor.h>
#include <gdk/gdkpixmap.h>
#if 0
GdkCursor* create_blank_cursor(){
GdkPixmap *pixmap;
GdkBitmap *mask;
@@ -53,6 +53,7 @@ void blank_cursor( GtkWidget* widget ){
void default_cursor( GtkWidget* widget ){
gdk_window_set_cursor( widget->window, 0 );
}
#endif
void Sys_GetCursorPos( GtkWindow* window, int *x, int *y ){