view osdep/kerneltwosix.h @ 14797:05eab20de476

Always use vo_x11_sizehint function ( even when going fullscreen ) to reflect at least the window aspect behaviour.
author al
date Thu, 24 Feb 2005 17:46:19 +0000
parents e0b096f0e640
children
line wrap: on
line source

#include <linux/version.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,70)
#define __KERNEL__
#include <linux/thread_info.h>
#include <linux/list.h>
#undef __KERNEL__
#endif