Go to file
Amar Takhar b2a7247d01 Switch GetVideoInfo to use an enum and return a single value rather than use private member variables. There are a few reasons for this:
* Over time too many private member variables will be hard to look at.
 * Speed isn't a concern, but code managability is.
 * I opted to create a custom enum rather than use GLenum to avoid polluting platform.h with OpenGL headers.

Originally committed to SVN as r3594.
2009-09-27 09:50:04 +00:00
aegisub Switch GetVideoInfo to use an enum and return a single value rather than use private member variables. There are a few reasons for this: 2009-09-27 09:50:04 +00:00
contrib Surgically remove Automation 3. 2009-07-23 00:19:36 +00:00
devel s/done/(aegisub|reporter)/ for clarity. 2009-09-26 08:52:01 +00:00
docs Add new buttons, commit changes to modified buttons. 2009-08-21 23:10:43 +00:00