Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/scrnintstr.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ typedef struct _ScreenSaverStuff {
Bool (*ExternalScreenSaver) (ScreenPtr /*pScreen */ ,
int /*xstate */ ,
Bool /*force */ );
} ScreenSaverStuffRec;
} ScreenSaverStuffRec, *ScreenSaverStuffPtr;

typedef enum {
WINDOW_VRR_DISABLED = 0,
Expand Down
2 changes: 0 additions & 2 deletions include/windowstr.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ static inline PropertyPtr wUserProps(WindowPtr pWin) { return pWin->properties;

#define HasBorder(w) ((w)->borderWidth || wClipShape(w))

typedef struct _ScreenSaverStuff *ScreenSaverStuffPtr;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If nothing expects this here, LGTM


#define SCREEN_IS_BLANKED 0
#define SCREEN_ISNT_SAVED 1
#define SCREEN_IS_TILED 2
Expand Down