open_toontown_panda3d/panda/src/windisplay
Sam Edwards 6f62396373 general: Resolve a few compiler warnings
- display: GraphicsWindowProc should have a virtual destructor,
           as it's meant to be subclassed.

- express: set_matrix_view helper should always fail an assert
           when 'size' is wrong, even on release builds.

- express: Fix filename capitalization on some #includes.
           They're normally Windows-only, where case doesn't
           matter, but it's better to be consistent.

- gobj: Fix typo.

- particlesystem: Remove BaseParticle::_last_position.
                  Last position is tracked by PhysicsObject now.

- windisplay: Heed warnings about casting bool to (PVOID).
              Also, per MSDN docs, SPI_SETMOUSETRAILS uses the
              uiParam argument and ignores pvParam, so pass the
              _saved_mouse_trails value in that way.
2018-10-12 15:37:40 -06:00
..
config_windisplay.cxx general: Don't require BUILDING_* for static builds 2018-08-31 23:54:32 -06:00
config_windisplay.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
p3windisplay_composite1.cxx rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
winDetectDx.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
winDetectDx9.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
winGraphicsPipe.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
winGraphicsPipe.cxx general: Resolve some warnings unique to Windows 2018-06-10 02:25:10 -06:00
winGraphicsPipe.h Clean up dynamic loading of Win32 funcs, remove makepanda touchinput setting, remove checks for pre-WinXP 2016-12-05 17:21:09 -05:00
winGraphicsWindow.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
winGraphicsWindow.cxx general: Resolve a few compiler warnings 2018-10-12 15:37:40 -06:00
winGraphicsWindow.h windisplay: allow changing undecorated/fixed_size after window open 2018-10-08 23:20:04 +02:00