forked from AuroraMiddleware/gtk
Set lcSysOrgX and lcSysOrgY from device instead of hardcoding to 0, a
2004-09-25 Robert Ögren <gtk@roboros.com> * gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Set lcSysOrgX and lcSysOrgY from device instead of hardcoding to 0, a further fix for bug #145467.
This commit is contained in:
parent
d9e0f22ac7
commit
f47afed1ff
@ -1,3 +1,9 @@
|
||||
2004-09-25 Robert Ögren <gtk@roboros.com>
|
||||
|
||||
* gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Set
|
||||
lcSysOrgX and lcSysOrgY from device instead of hardcoding to 0,
|
||||
a further fix for bug #145467.
|
||||
|
||||
2004-09-25 Matthias Clasen <mclasen@x1-6-00-50-fc-70-9f-e0>
|
||||
|
||||
* gtk/gtktextiter.c (inside_word_func): Don't access
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-09-25 Robert Ögren <gtk@roboros.com>
|
||||
|
||||
* gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Set
|
||||
lcSysOrgX and lcSysOrgY from device instead of hardcoding to 0,
|
||||
a further fix for bug #145467.
|
||||
|
||||
2004-09-25 Matthias Clasen <mclasen@x1-6-00-50-fc-70-9f-e0>
|
||||
|
||||
* gtk/gtktextiter.c (inside_word_func): Don't access
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-09-25 Robert Ögren <gtk@roboros.com>
|
||||
|
||||
* gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Set
|
||||
lcSysOrgX and lcSysOrgY from device instead of hardcoding to 0,
|
||||
a further fix for bug #145467.
|
||||
|
||||
2004-09-25 Matthias Clasen <mclasen@x1-6-00-50-fc-70-9f-e0>
|
||||
|
||||
* gtk/gtktextiter.c (inside_word_func): Don't access
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-09-25 Robert Ögren <gtk@roboros.com>
|
||||
|
||||
* gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Set
|
||||
lcSysOrgX and lcSysOrgY from device instead of hardcoding to 0,
|
||||
a further fix for bug #145467.
|
||||
|
||||
2004-09-25 Matthias Clasen <mclasen@x1-6-00-50-fc-70-9f-e0>
|
||||
|
||||
* gtk/gtktextiter.c (inside_word_func): Don't access
|
||||
|
@ -306,7 +306,8 @@ gdk_input_wintab_init (void)
|
||||
WTInfo (WTI_DDCTXS + devix, CTX_SENSY, &lc.lcSensY);
|
||||
WTInfo (WTI_DDCTXS + devix, CTX_SENSZ, &lc.lcSensZ);
|
||||
WTInfo (WTI_DDCTXS + devix, CTX_SYSMODE, &lc.lcSysMode);
|
||||
lc.lcSysOrgX = lc.lcSysOrgY = 0;
|
||||
WTInfo (WTI_DDCTXS + devix, CTX_SYSORGX, &lc.lcSysOrgX);
|
||||
WTInfo (WTI_DDCTXS + devix, CTX_SYSORGY, &lc.lcSysOrgY);
|
||||
WTInfo (WTI_DDCTXS + devix, CTX_SYSEXTX, &lc.lcSysExtX);
|
||||
WTInfo (WTI_DDCTXS + devix, CTX_SYSEXTY, &lc.lcSysExtY);
|
||||
WTInfo (WTI_DDCTXS + devix, CTX_SYSSENSX, &lc.lcSysSensX);
|
||||
|
Loading…
Reference in New Issue
Block a user