Skip to content

Commit

Permalink
elim const
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Apr 24, 2023
1 parent d6e79fe commit 0e51ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ using PrecompileTools
C_NULL,
0.0, 0.0)
end
const ModType = Gtk.GConstants.GdkModifierType
ModType = Gtk.GConstants.GdkModifierType
mask(btn) =
btn == 1 ? ModType.GDK_BUTTON1_MASK :
btn == 2 ? ModType.GDK_BUTTON2_MASK :
Expand Down

0 comments on commit 0e51ffa

Please sign in to comment.