Brucey 4 lat temu
rodzic
commit
17d4debb5b

+ 1 - 1
gtk3maxgui.mod/elist.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2006-2018 Bruce A Henderson
+' Copyright (c) 2006-2020 Bruce A Henderson
 ' 
 ' 
 ' Permission is hereby granted, free of charge, to any person obtaining a copy
 ' Permission is hereby granted, free of charge, to any person obtaining a copy
 ' of this software and associated documentation files (the "Software"), to deal
 ' of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
gtk3maxgui.mod/fdhandler.c

@@ -1,5 +1,5 @@
 /*
 /*
- Copyright (c) 2006-2018 Bruce A Henderson
+ Copyright (c) 2006-2020 Bruce A Henderson
  
  
  Permission is hereby granted, free of charge, to any person obtaining a copy
  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
  of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
gtk3maxgui.mod/gdkevents.c

@@ -1,5 +1,5 @@
 /*
 /*
- Copyright (c) 2006-2018 Bruce A Henderson
+ Copyright (c) 2006-2020 Bruce A Henderson
  
  
  Permission is hereby granted, free of charge, to any person obtaining a copy
  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
  of this software and associated documentation files (the "Software"), to deal

+ 2 - 2
gtk3maxgui.mod/gtk3maxgui.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2006-2018 Bruce A Henderson
+' Copyright (c) 2006-2020 Bruce A Henderson
 ' 
 ' 
 ' Permission is hereby granted, free of charge, to any person obtaining a copy
 ' Permission is hereby granted, free of charge, to any person obtaining a copy
 ' of this software and associated documentation files (the "Software"), to deal
 ' of this software and associated documentation files (the "Software"), to deal
@@ -27,7 +27,7 @@ Module MaxGUI.GTK3MaxGUI
 
 
 ModuleInfo "Version: 2.01"
 ModuleInfo "Version: 2.01"
 ModuleInfo "License: MIT"
 ModuleInfo "License: MIT"
-ModuleInfo "Copyright: 2006-2018 Bruce A Henderson"
+ModuleInfo "Copyright: 2006-2020 Bruce A Henderson"
 
 
 ModuleInfo "History: 2.01"
 ModuleInfo "History: 2.01"
 ModuleInfo "History: Updated for new NG system driver."
 ModuleInfo "History: Updated for new NG system driver."

+ 1 - 1
gtk3maxgui.mod/gtkcommon.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2006-2018 Bruce A Henderson
+' Copyright (c) 2006-2020 Bruce A Henderson
 ' 
 ' 
 ' Permission is hereby granted, free of charge, to any person obtaining a copy
 ' Permission is hereby granted, free of charge, to any person obtaining a copy
 ' of this software and associated documentation files (the "Software"), to deal
 ' of this software and associated documentation files (the "Software"), to deal

+ 2 - 2
gtk3maxgui.mod/gtkgadget.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2006-2018 Bruce A Henderson
+' Copyright (c) 2006-2020 Bruce A Henderson
 ' 
 ' 
 ' Permission is hereby granted, free of charge, to any person obtaining a copy
 ' Permission is hereby granted, free of charge, to any person obtaining a copy
 ' of this software and associated documentation files (the "Software"), to deal
 ' of this software and associated documentation files (the "Software"), to deal
@@ -1587,7 +1587,7 @@ Type TGTKButton Extends TGTKGadget
 
 
 		If button = 3 Then ' right mouse button
 		If button = 3 Then ' right mouse button
 
 
-			PostGuiEvent(EVENT_GADGETMENU, TGadget(obj),,,x,y)
+			PostGuiEvent(EVENT_GADGETMENU, TGadget(obj),,,Int(x),Int(y))
 
 
 			Return True
 			Return True
 		End If
 		End If

+ 1 - 1
gtk3maxgui.mod/gtkglue.c

@@ -1,5 +1,5 @@
 /*
 /*
-  Copyright (c) 2006-2018 Bruce A Henderson
+  Copyright (c) 2006-2020 Bruce A Henderson
  
  
   Permission is hereby granted, free of charge, to any person obtaining a copy
   Permission is hereby granted, free of charge, to any person obtaining a copy
   of this software and associated documentation files (the "Software"), to deal
   of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
gtk3maxgui.mod/gtkgui.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2006-2018 Bruce A Henderson
+' Copyright (c) 2006-2020 Bruce A Henderson
 ' 
 ' 
 ' Permission is hereby granted, free of charge, to any person obtaining a copy
 ' Permission is hereby granted, free of charge, to any person obtaining a copy
 ' of this software and associated documentation files (the "Software"), to deal
 ' of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
gtk3maxgui.mod/gtkkeymap.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2006-2018 Bruce A Henderson
+' Copyright (c) 2006-2020 Bruce A Henderson
 ' 
 ' 
 ' Permission is hereby granted, free of charge, to any person obtaining a copy
 ' Permission is hereby granted, free of charge, to any person obtaining a copy
 ' of this software and associated documentation files (the "Software"), to deal
 ' of this software and associated documentation files (the "Software"), to deal