*/}}
소스 검색

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;