Subversion Repositories Kolibri OS

Rev

Rev 4080 | Rev 4569 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4080 Rev 4111
Line 338... Line 338...
338
	/**
338
	/**
339
	 * Operating mode.
339
	 * Operating mode.
340
	 */
340
	 */
Line 341... Line 341...
341
 
341
 
342
	bool stealth;
-
 
343
	bool is_opened;
342
	bool stealth;
Line 344... Line 343...
344
	bool enable_fb;
343
	bool enable_fb;
345
 
344
 
346
	/**
345
	/**
Line 780... Line 779...
780
static inline struct ttm_mem_global *vmw_mem_glob(struct vmw_private *dev_priv)
779
static inline struct ttm_mem_global *vmw_mem_glob(struct vmw_private *dev_priv)
781
{
780
{
782
	return (struct ttm_mem_global *) dev_priv->mem_global_ref.object;
781
	return (struct ttm_mem_global *) dev_priv->mem_global_ref.object;
783
}
782
}
Line -... Line 783...
-
 
783
 
-
 
784
extern struct drm_device *main_device;
-
 
785
extern struct drm_file   *drm_file_handlers[256];
784
 
786
 
785
typedef struct
787
typedef struct
786
{
788
{
787
  int width;
789
  int width;
788
  int height;
790
  int height;