Skip to content
Snippets Groups Projects
  1. Jun 07, 2023
  2. Jun 06, 2023
  3. Jun 05, 2023
  4. Jun 04, 2023
    • Deucе's avatar
      Add X11 fullscreen and do a bunch of other fixes · bf22af82
      Deucе authored
      Just use _NET_WM_STATE protocol for fullscreen... messing around
      with the methods is pretty painful.
      
      Because we're not messing with other stuff, we can likely remove
      all the code I added to prepare for this. :D
      
      Testing this really highlighted other broken bits, so a bunch of
      that has been fixed as well... including the bug that Ragnorok
      hadn't reported yet as of last time I looked (corrupted screen when
      maximixed).
      bf22af82
    • Rob Swindell's avatar
      Why are resolve_ip() and rblchk() returning the (sometimes 64-bit) ulong? · 936ccf33
      Rob Swindell authored
      Or even weirder, u_long?
      
      And dereffing a ulong/u_long pointer where you expect to find an IPv4 address?
      Yet even weirder still.
      
      Fix that spit: It appears in_addr_t is defined on all platforms (?), so use
      that type instead.
      936ccf33
Loading