Commit Graph

17 Commits

Author SHA1 Message Date
Glenn Maynard 19bcc75d42 fix BadWindow warning due to calling XSelectInput before creating the window
fix uninitialized windowIsOpen
windowIsOpen -> m_bWindowIsOpen
use PRODUCT_NAME
one-line header comment goes on the very first line (eg. "head -1"); format it consistently, and be concise
2005-05-28 03:31:18 +00:00
Glenn Maynard 329f23d8ad simple cosmetic changes to match code style 2005-04-23 22:13:19 +00:00
Glenn Maynard f4c3c1a759 add nvidia vsync hack from the SDL driver (copy and paste; not worth splitting it out) 2005-04-21 05:14:25 +00:00
Ben Anderson def9a3a267 Remove hack; no longer necessary 2005-04-05 03:08:31 +00:00
Ted Percival a05a9623d0 set window title 2005-03-27 11:48:46 +00:00
Ben Anderson 063298de3d Fix window resizing, and add a harmless workaround for my obscure WM. Recreating the window (when the depth changes) now works too. 2005-03-16 05:55:01 +00:00
Ben Anderson 18296126df Do things a little closer to the way SDL does them (but not much), magical hack that fixes performance issues for X11 on some (all?) systems, use variables instead of functions for Dpy and Win in X11Helper, a couple formatting tweaks. 2005-03-16 02:23:07 +00:00
Ben Anderson 566d2b9d35 Set current parameters after a successful video mode try. 2005-03-14 23:51:58 +00:00
Ben Anderson 0db665d4d6 Thorough(!) remodeling of the arch/ directory and the contents therein; fixed link-time warnings on GCC and should make things a lot easier to manage. A pile of other random things too, mostly cleanups and getting things to work with the remodeled arch/ directory. 2005-03-14 06:44:38 +00:00
Ben Anderson bee0a762d2 Remap the window when remodeling to work around possible buggy WMs and/or X servers; remove useless trace; random cleanups, formatting adjustments, etc 2005-03-14 00:26:14 +00:00
Ben Anderson 6df8be39ec Play nice with RageDisplay_OGL GLX hacks 2005-03-13 22:54:50 +00:00
Ben Anderson 907bfa03eb I'm such an idiot, I forgot to map the window! Also, slight reordering to make things theoretically more efficient. 2005-03-13 22:40:41 +00:00
Ben Anderson de3c510f73 Make hackish assumption for now, we can fix that properly later. 2005-03-13 21:23:58 +00:00
Ben Anderson 2a7290ce16 Numerous fixes, now compiles on GCC 3.4 and should on most other compilers 2005-03-13 20:44:43 +00:00
Ben Anderson 58c6b37389 Oops, little hangover from a previous design there... 2005-03-13 20:13:01 +00:00
Ben Anderson fbc1ebcf32 Second time today I forgot something... unmask StructureNotify events so we actually GET the MapNotify event! 2005-03-13 19:18:23 +00:00
Ben Anderson f5b08ace8e And after a long wait, here it is -- LowLevelWindow_X11. InputHandler_X11 coming soon... 2005-03-13 19:05:20 +00:00