*/}}
Quellcode durchsuchen

put ink/wintab option in public

YimingWu vor 2 Jahren
Ursprung
Commit
c74931f66f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      la_interface.h

+ 1 - 1
la_interface.h

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