*/}}
瀏覽代碼

put ink/wintab option in public

YimingWu 2 年之前
父節點
當前提交
c74931f66f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;