*/}}
Explorar el Código

put ink/wintab option in public

YimingWu hace 2 años
padre
commit
c74931f66f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      la_interface.h

+ 1 - 1
la_interface.h

@@ -351,7 +351,6 @@ STRUCTURE(LA){
     HINSTANCE hinstance;
     HDC hdc;
     int WinTabAvailable, WinTabOpened, WinTabMaxPenPressure, WinTabMaxEraserPressure;
-    int InkOrWinTab;
 #endif
 #ifdef __linux__
     XVisualInfo* xvi;
@@ -361,6 +360,7 @@ STRUCTURE(LA){
     XIC ic;
     int xi_opcode;
 #endif
+    int InkOrWinTab;
     int WacomDeviceStylus; real StylusPressure, StylusAngleX, StylusAngleY, StylusMaxPressure;
     int WacomDeviceEraser; real EraserPressure, EraserAngleX, EraserAngleY, EraserMaxPressure;
     int PointerIsEraser,IsPen;