NetSurf
Macros
local_history_private.h File Reference

Interface to browser history private operations. More...

#include "content/handlers/css/utils.h"
Include dependency graph for local_history_private.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LOCAL_HISTORY_WIDTH    (FIXTOINT(css_unit_css2device_px(INTTOFIX(116), nscss_screen_dpi)))
 
#define LOCAL_HISTORY_HEIGHT    (FIXTOINT(css_unit_css2device_px(INTTOFIX(100), nscss_screen_dpi)))
 
#define LOCAL_HISTORY_RIGHT_MARGIN    (FIXTOINT(css_unit_css2device_px(INTTOFIX( 50), nscss_screen_dpi)))
 
#define LOCAL_HISTORY_BOTTOM_MARGIN    (FIXTOINT(css_unit_css2device_px(INTTOFIX( 30), nscss_screen_dpi)))
 

Detailed Description

Interface to browser history private operations.

Definition in file local_history_private.h.

Macro Definition Documentation

◆ LOCAL_HISTORY_BOTTOM_MARGIN

#define LOCAL_HISTORY_BOTTOM_MARGIN    (FIXTOINT(css_unit_css2device_px(INTTOFIX( 30), nscss_screen_dpi)))

Definition at line 35 of file local_history_private.h.

◆ LOCAL_HISTORY_HEIGHT

#define LOCAL_HISTORY_HEIGHT    (FIXTOINT(css_unit_css2device_px(INTTOFIX(100), nscss_screen_dpi)))

Definition at line 31 of file local_history_private.h.

◆ LOCAL_HISTORY_RIGHT_MARGIN

#define LOCAL_HISTORY_RIGHT_MARGIN    (FIXTOINT(css_unit_css2device_px(INTTOFIX( 50), nscss_screen_dpi)))

Definition at line 33 of file local_history_private.h.

◆ LOCAL_HISTORY_WIDTH

#define LOCAL_HISTORY_WIDTH    (FIXTOINT(css_unit_css2device_px(INTTOFIX(116), nscss_screen_dpi)))

Definition at line 29 of file local_history_private.h.