Browse Source

Changes for new style (TKeyboardDriver record)

armin 23 years ago
parent
commit
8926c0a1f4
1 changed files with 8 additions and 0 deletions
  1. 8 0
      rtl/netware/keyboard.pp

+ 8 - 0
rtl/netware/keyboard.pp

@@ -91,3 +91,11 @@ begin
   PendingKeyEvent := 0;
   PendingKeyEvent := 0;
   SetKeyBoardDriver(SysKeyBoardDriver);
   SetKeyBoardDriver(SysKeyBoardDriver);
 end.
 end.
+
+{
+  $Log$
+  Revision 1.3  2002-03-08 19:02:59  armin
+  Changes for new style (TKeyboardDriver record)
+
+  
+}