Skip to content
Snippets Groups Projects
  1. May 14, 2020
    • Kevin Pouget's avatar
      Capture and forward mouse buttons 8 and 9 · c67a3558
      Kevin Pouget authored
      These buttons are not mapped by GTK
      (`/usr/include/gtk-3.0/gdk/gdktypes.h`) but still exposed, so I
      hardcoded their values:
      
          #define _GTK_BUTTON_PREV_MASK (1 << 15) /* button 9 */
          #define _GTK_BUTTON_NEXT_MASK (1 << 16) /* button 8 */
      c67a3558
  2. May 11, 2020
  3. May 06, 2020
  4. Apr 30, 2020
  5. Apr 26, 2020
  6. Apr 25, 2020
  7. Apr 24, 2020
  8. Apr 22, 2020
  9. Apr 16, 2020
  10. Apr 09, 2020
  11. Apr 07, 2020
  12. Apr 04, 2020
  13. Mar 20, 2020
  14. Mar 19, 2020
  15. Mar 17, 2020
  16. Mar 16, 2020
  17. Mar 10, 2020
  18. Mar 09, 2020
Loading